NSIS 2.0 Final Released
nandhp writes "The NSIS (Nullsoft Scriptable Install System) project has finally released version 2.0 final. NSIS is a powerful open-source install system for Windows that is based on scripts. It was invented by Nullsoft for the distribution of WinAmp.
You can get it here"
You mean you don't just drag a folder somewhere and call it done?
Seriously, why don't apps just look at their environment, fix whatever is missing, and not require any install script at all?
Some of us probably want to hear what features it had that NSIS didn't.
InnoSetup is VERY easy to use. It has a program that writes the config file for you. You can go from installing InnoSetup to having a perfectly working installer in under ten mintes. A disadvantage over NSIS is that the installer size overhead is much greater.