Vandaag is versie 2.32 van het Nullsoft Scriptable Install System uitgekomen. NSIS kan worden gebruikt om op een eenvoudige wijze professioneel uitziende installatiepakketten te creëren. Na het aanmaken van een script, creëert het programma een compacte installer, waaraan bijvoorbeeld ook uninstallopties kunnen worden meegegeven. Nieuw in deze release is onder andere de mogelijkheid om Windows Vista png-icons te gebruiken en kunnen er verschillende icons worden gebruikt voor de installer en de uninstaller. Het volledige changelog ziet er als volgt uit:
Major ChangesMinor Changes
- Added support for mismatching installer and uninstaller icons
- NSIS source code is now hosted on Subversion instead of CVS
Utilities and Plug-ins
- Fixed synchronization that could allow the user to cause extraction errors in rare cases (reported in the forum)
- Fixed syntax validation of Var
- Modern UI 2 beta: Fixed 3-line title on welcome/finish page
- Modern UI 2 beta: Fixed components page description and lock
- Modern UI 2 beta: Fixed default language selection from registry
- Modern UI 2 beta: Fixed MUI_DIRECTORYPAGE_BGCOLOR
- Minor documentation improvements (including bug #1811876, bug #1819946)
Translations
- nsDialogs: Added link support
Build System
- Bulgarian corrections
- Fixed Japanese and Norwegian Nynorsk MUI line breaks (bug #1817289)
[break]
- Check compiler's -m32 flag before the linker's to avoid gcc segfault