views:

26

answers:

0

What is the best practice for creating an installer for a winform application.

The application is supposed to install the following without connecting to internet.

  • .Net Framework 3.5sp1
  • MySQL Server
  • My SQL Connector
  • Restore Mysql db
  • Update Config file with the MySQL uname/pwd.

I have all the msi files for installing the above mentioned items. But am wondering about the best practice to create the installer.

Thanks in advance,