Click here to Skip to main content
15,896,329 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
SQL
we have created an application with MySQL as back end and C# win-form.net as the front end. we have created a setup for the software but we have to do a manual install at the client location. can some body help us in packaging the MYSQL Setup inside the software setup so that we can have a one click install for everything.

Thanks in advance
Posted

1 solution

I'm not sure if the license allows you to do this. MySQL is not free for commercial use AFAIK, I am not sure if you need to pay, they need to pay, or both. However, if I am wrong,

http://www.devside.net/guides/windows/mysql[^]

seems to give instructions to create an installer from a zip, so you could add that to your installer. Of course, it will install MySQL, not your MySQL 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