first sorry for my english.....
i want to create setup of my project
and addition to that install mysql and mysql connector.
all this in one setup.
please help me.....
Printable View
first sorry for my english.....
i want to create setup of my project
and addition to that install mysql and mysql connector.
all this in one setup.
please help me.....
For you program, you can create an install to include you application and the MySQL connector. However, I don't think you can legally distribute MySQL with your application. You will probably need to have the users download and install that by them selves.
To create your install, you will need to add a project to your existing solution, then select a Setup Type Project.
Good Luck!