Click to See Complete Forum and Search --> : how to create setup in c#


rakeshpatil1234
December 12th, 2009, 05:04 AM
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.....

sotoasty
December 12th, 2009, 12:12 PM
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!