|
-
December 12th, 2009, 06:04 AM
#1
how to create setup in c#
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.....
-
December 12th, 2009, 01:12 PM
#2
Re: how to create setup in c#
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!
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|