Windows Develop Bookmark and Share   
 index > ClickOnce and Setup & Deployment Projects > Help needed with Creating installer filein visual studio
 

Help needed with Creating installer filein visual studio

i hav to create a installer file for a .net windows project which when we run sud 1st check for SQL server if not available then it sud install it and thn run SQL script to create tables and stored procedure before installing the Application....is it possible to do ths
SVarun  Thursday, September 17, 2009 7:29 PM
Add SQL Server to your prerequisite
If you need configuration other then default one you need to write a custom action and execute SQL Server installation in your code.


The following is signature, not part of post
Please mark the post answered your question as the answer, and mark other helpful posts as helpful.
Visual C++ MVP
Sheng Jiang 蒋晟  Thursday, September 17, 2009 10:02 PM
Add SQL Server to your prerequisite
If you need configuration other then default one you need to write a custom action and execute SQL Server installation in your code.


The following is signature, not part of post
Please mark the post answered your question as the answer, and mark other helpful posts as helpful.
Visual C++ MVP
Sheng Jiang 蒋晟  Thursday, September 17, 2009 10:02 PM

You can use google to search for other answers

Custom Search

More Threads

• Cannot launch ClickOnce appliation on another network
• Add A Path Enviroments
• Vstudio Deployment Project: passing Custom Action Data Causes Error
• Set bootstrapped SQL Express 2005 to install with mixed mode authentication.
• CRYSTAL REPORTS FRAMEWORK PERMISSIONS ERROR
• Is ClickOnce reliable?
• avoid Shortcut to call installer again when file is deleted?
• How to translate Setup Dialogs in Setup project
• Can't get 'registry search' function to work in my deployment project
• how to create setup C# desktop application