I have created an application that uses SQL Express 2005 database in Visual Studio 2008 (C#, .Net framework 3.5)
Now I need to create a setup project that will install this application.
SQL Express server is installed as prerequestie.
I have 2 questions:
1. Is there any way I can pass command parameters to SQL Express setup?
2. How can I deploy my SQL database with my application's setup project?
Start Free Trial