CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Dec 2009
    Posts
    1

    Question 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.....

  2. #2
    Join Date
    Sep 2000
    Location
    FL
    Posts
    1,452

    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
  •  





Click Here to Expand Forum to Full Width

Featured