Click here to Skip to main content
15,914,905 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
I deploy my C# desktop application using installshield but getting database UNC path error. my question how to attach local database and deploy application to create .exe file for end user
Posted
Comments
Abhinandan Nimsarkar 10-Oct-15 4:14am    
using installshield in visual studio 2012 how to deploy c# application and local database to create .exe for end user

1 solution

Take a look at this solution: how can i deploy windows C# application with its local database SQL ?:

You would need to create a setup that creates/deploy database along with your application install.

Have a look at these:
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