Nullsoft Scriptable Install System is voorzien van een update naar versie 2.22. NSIS kan worden gebruikt om op een eenvoudige wijze installatiepakketten te creëren. Na het aanmaken van een script creëert het programma vervolgens een mooie compacte installer, waarin eventueel ook uninstall-opties kunnen worden meegegeven. In deze release is onder andere ondersteuning toegevoegd voor de gratis Microsoft Visual C++ 2005 Express en bevat verder de gebruikelijke bugfixes en bijgewerkte vertalingen. Het volledige changelog ziet er als volgt uit:
Release Notes:Minor Changes
- Some changes have been made to the credit and license files in order to avoid copyrights and license related confusions. This does not change in any way how NSIS should or could be used. NSIS itself is still licensed with the permissive BSD-like zlib license.
- Upgrade is recommended for early adopters of WinVer.nsh, due to a bug in Windows 98 and ME detection.
New/Changed Commands
- Fixed context menu not disappearing when moving from instfiles page (bug #1115825)
- Fixed WinVer.nsh's detection of Windows 98 and ME (reported on the forum)
- Fixed WriteUninstaller failure to overwrite read-only uninstallers (bug #1542530)
- Licensed lzma under CPL with a special exception, instead of LGPL
- Minor documentation updates and fixes (including bug #1584618, bug #1589877)
- Updated comments in MUI examples (bug #1595500)
Translations
- Added `highest` option for RequestExecutionLevel
Build System
- Added Uzbek translation
- Fixed corruption in Lithuanian (bug #1602673)
- Minor Breton fixes
- Slovenian corrections (patch #1590108)
[break]
- Added Microsoft Visual C++ 2005 Express support
- SCons requirement upgraded to 0.96.93