Click here to Skip to main content
15,887,267 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi I am trying to deploy a C# application, it uses a database built in SQL Server 2008 Express edition. in application's setup project I have checked SQL Server 2008 Express as "Prerequisite".
I want to know what this will do exactly. Will it check if SQL Server 2008 Express is installed or not, and if it is not installed, it will download SQL Server and install it?
Posted
Comments
RedDk 16-Nov-13 15:31pm    
I'm curious. What version of Visual Studio are you using?
suleman115 18-Nov-13 5:16am    
visual studio 10.0

1 solution

Essentially you are correct, it will check for the prerequisite on the target machine and if not present will download and install it ... but you have to specify where to find the installer.

See this TechNet blog[^] for a walk through of how to check for, and if necessary install, sql server express with your application.

and the msdn reference[^]
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900