Click here to Skip to main content
15,921,467 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hello Proffessional

i am developing Window Application With MYSql Database for some reasons.

but i dont know how to make setup of my window project in Visual Studio with Mysql Database.
that can easily run on client computer without installing MySql DataBase Setup.

Have Any Suggesion....?????
Posted

1 solution

You need to add Launch Conditions to your setup. See How to install Mysql.Data Connector with C# setup[^] for some links on adding launch conditions.

I've used that link specifically because it also tells you how to silently install the MySql database setup - you're going to have to ensure that your client computer has MySql installed or they are not going to be able to access your 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