Click here to Skip to main content
16,020,677 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
How to make a setup for a C# project that contains SQL Server 2005 using Installshield 2010?
Thanks for helping me.
Posted
Updated 25-Jan-11 21:30pm
v2

it's been 10 years since I last did anything with installshield, but if my memory serves me correctly you need the merge module for SQL Server in your installer project, that's as much as I know.
 
Share this answer
 
Look at the answers given for the similar question asked here[^].

Various article links are present in it that will help you achieve the same.

Have a look at these too:
Creating setup With support for database creation Using VS.NET[^]
Create database during installation of a .NET application [^]
Deploy your Application and Database[^]
 
Share this answer
 
v2
If you're talking about a full SQL Server installation, there are no merge modules. SQL Server should be installed seperately.

If you're talking about the Express editions of SQL Server, merge modules for these editions have been deprecated since the release of SQL Server Express 2005. They don't exist any more.

You can deploy SQL Server Express with your app by reading this (2005)[^] or this (2008)[^].
 
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