February 27, 2010
How To Create An Installer That Installs 2 Application?
How to create an installer that installs 2 application/software 1 after the other?
Hi is there an opensource installer maker that can install more than one application one after the other? and put both of it in DIFFERENT LOCATION??
example:
the first software would be in My Computer\Program Files\:
and the other one outside of my computer, just in DRIVE C:?
please i really need some help here
Related Posts
Filed under Uncategorized by



Comments on How To Create An Installer That Installs 2 Application? »
Use InnoSetup.
http://www.jrsoftware.org/isinfo.php
It is very good, easy to use, free and it comes with full source code. And if you know Delphi you can also write plugins for it.