Free install system with GUI

deployment, installation, visual-studio, windows

Solution

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

Problem

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?

Original source