SQL install using VS 2005 setup project
Hi All,
I've an application developed in VS 2005 vb.net
I need to install the SQL 2005 express edition thorugh the set up and deployment wizard.
I need
1.SQL installation
2.Product installation.
3.Custom form open to set some DB settings in config
Please help.
If this is not possible , can you advice any other methods to achieve this.:)
Re: SQL install using VS 2005 setup project
Hi,
This could bo very help full.
Re: SQL install using VS 2005 setup project
Open the Prerequisites dialogue and check the SQL Server Express package, then add a Custom Action to your Setup project to perform configuration.
Re: SQL install using VS 2005 setup project
Can you give me an example of how to add custom action for SQL configuration.
Re: SQL install using VS 2005 setup project
The MSDN documentation can tell you how to add a custom action. If you have a specific issue with the instructions it provides then by all means post it. You'll be writing VB code just as you would for the app proper.