Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Free install system with GUI

Is there any free install system with a GUI interface? I found one - Advanced Installer, but free edition is too limited, I even can't show EULA. Other free tools like NSIS, WiX... are scripting only. I got no extra time to dig into new scripting language, or whatever time consuming activities.

Currently I'm using default Visual Studio deployment system. But it is impossible to make it overwrite any previous installation regardless deployment Version. (Am I right here?)

So I wonder is there free GUI applications for building an .msi deployment except Advanced Installer and VS Deployment system?

like image 554
Vasyl Boroviak Avatar asked Jan 06 '10 11:01

Vasyl Boroviak


2 Answers

We're using HM NIS EDIT: A Free NSIS Editor/IDE

http://hmne.sourceforge.net/

It basically displays a wizard to create the NSIS script.

like image 135
ToastedSoul Avatar answered Nov 10 '22 19:11

ToastedSoul


You should take a look at InstallJammer. It's free, open source, and I think you'll find it can do anything you need.

like image 37
Damon Avatar answered Nov 10 '22 19:11

Damon