Click here to Skip to main content
15,884,176 members
Please Sign up or sign in to vote.
2.40/5 (2 votes)
See more:
hi,

I have created windows form application using c# and database is sqlite.
now i want to create .exe ro .msi file.
can any one help me to sort this out by step by step

Thanks REgards,
sujay
Posted

1 solution

 
Share this answer
 
v5
Comments
mohan sujay 5-Apr-14 5:15am    
i know how to create setup using sql database but when it comes for sqlite, how to do?
[no name] 5-Apr-14 5:31am    
Nice to know that. Then there is no problem.
If you want to deploy the setup file then make install into client system and make sure to pass the sql server path and password to your setup file. Ok For that you can do it in a different way.
1.First You can keep your connection string in a notepad file and get connection from this

Then you can change your connection string run time as your client system.
mohan sujay 5-Apr-14 5:42am    
1. how to write install.cs for sqlite database.
2. how to write custom action connection for sqlite database

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