|
-
Jul 6th, 2009, 07:41 AM
#1
Thread Starter
Fanatic Member
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.
-
Jul 6th, 2009, 07:56 AM
#2
Re: SQL install using VS 2005 setup project
Hi,
This could bo very help full.
-
Jul 6th, 2009, 08:59 AM
#3
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.
-
Jul 7th, 2009, 02:11 AM
#4
Thread Starter
Fanatic Member
Re: SQL install using VS 2005 setup project
Can you give me an example of how to add custom action for SQL configuration.
-
Jul 7th, 2009, 02:28 AM
#5
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.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|