Click here to Skip to main content
15,899,475 members
Please Sign up or sign in to vote.
2.00/5 (1 vote)
See more:
I have developed winforms application. I want to generate an exe file for that application. I have added project setup and deployment type. i want to add database also in that exe file. Please help me...
Posted
Comments
hitech_s 9-May-12 1:37am    
you need to add installer for that
Sergey Alexandrovich Kryukov 9-May-12 1:42am    
What do you mean "generate EXE"? You could not run the application without it -- the exe file is always "generated", unless you decided to change the naming.
--SA

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
 

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