Click here to Skip to main content
15,910,981 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I have create a windows form program that uses a sql database (shows the data in a gridview), I want to create a setup for the program now how do I add the database so its included in the setup?
Posted
Comments
woutercx 21-Jul-12 16:35pm    
You mean the database itself or only a connection to it?
Is the database on another server that the user connects to?
Or do you want to include the database file itself in the setup?
Member 7434378 21-Jul-12 16:55pm    
The database itself, if I add it to the solution before I create the setup will it work?

Here's something about adding files to a setup:
http://support.microsoft.com/kb/307353[^]

And a codeproject article:

Visual Studio Windows Application Setup Project[^]
 
Share this answer
 
 
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