Hi Everyone,
i am new to programming, i am working on a C# windows form application and used sql 2008 for database and crystal report too.
now i want to create setup file including database and crystal report too.
so how can i do this,
please help me too achieve this..

Remember this is not a new question. I take it you can't figure it out in Visual Studio so you have to try other apps like Setup Factory. If that's not an option then google like this.

"Unattended install of SQL 2008"

Now you can add the required files to your deployment then when your app launches your app checks to see if SQL is installed and if not, launches the needed apps to do the unattended install.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.