http://nsis.sourceforge.net/Main_Page
I use this a lot for my job, does anyone else here use it? I :heart: NSIS
I have built an entire Remote Management System using this and VBScript/Batch files that we use where I work
http://forums.winamp.com/forumdisplay.php?s=&forumid=65
I use this a lot for my job, does anyone else here use it? I :heart: NSIS
I have built an entire Remote Management System using this and VBScript/Batch files that we use where I work
this is the support forum for itFeatures
NSIS can create Windows installers that are capable of installing, uninstalling, setting system settings, extracting files, etc. Because NSIS is based on script files, you can create both simple and advanced installers.
Small overhead size
NSIS is created to be small, fast and and efficient. While other installers often add hundreds of kilobytes or several megabytes to your installer data, a full-featured NSIS installer has an overhead of only 34 KB.
Compatible with all major Windows versions
You can create a single installer that is compatible with Windows 95, Windows 98, Windows ME, Windows NT, Windows 2000, Windows XP, Windows Server 2003 and Windows Vista.
Unique compression methods
You can choose between three different integrated compression methods (ZLib, BZip2, LZMA). The new LZMA compression gives better results than any other common compression method. You don't have to use large self-extracting archive modules or other applications. The compression support is included in the 34 KB overhead.
Script based
Unlike other systems that can only generate installers based on a list of files and registry keys, NSIS has a powerful scripting language. This script language is designed for installers and has commands that help you to perform many installation tasks. You can easily add custom logic and handle different upgrades, version checks and more.
For standard installers or as a starting point for more complex ones, you can use one of the available script generation tools.
http://forums.winamp.com/forumdisplay.php?s=&forumid=65