Install program

What is the best way to write an installer program?
Last edited on
The best way is to not write it yourself and use an existing installer generator. If you are under Windows, Visual Studio has the ability to generate MSI files, and there are tons of other software that will do it as well.
If you are under Linux, create a package (RPM or DEB, depending on which distribution you are targeting.

For Windows, I'm partial to Inno Setup
http://www.jrsoftware.org/isinfo.php
Topic archived. No new replies allowed.