Click here to Skip to main content
15,896,201 members
Please Sign up or sign in to vote.
3.67/5 (2 votes)
Hello

I have created a windows application on Visual studio 2010 using C#/Sql server 2008 . .I searched the the web to find something useful but I didn't find anything regarding the following, Can anyone pls help me out on how to create the setup file that contain the database and the application.

Thanks
Posted
Updated 26-May-14 12:34pm
v2
Comments
[no name] 26-May-14 18:27pm    
http://www.google.com/search?q=Create+setup+file+in+Visual+Studio+2010+windows+form+and+sql+server+2008
gggustafson 26-May-14 23:02pm    
+5

1 solution

This is a video link:
http://www.youtube.com/watch?v=I4JgBdPQYIA[^]

or Follow these link that may you help..
http://www.msdotnet.co.in/2012/06/how-to-create-setup-fileexe-file-from.html#.U4QVICh6Pt0[^]



or

Visual Studio Windows Application Setup Project[^]


OR
1)just add new project as setup from Visual studio
2)and in that you found application folder in that right click and add primary output as well as add contain file (by using that no need to add database file separately becose of its include in contain file but in this scenario you database must be inside your visual stdio project)
3)
below that you have option program and desktop in both option just right click and create new shortcut and target it to primary output
and build it
 
Share this answer
 
v2

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