NSIS is voorzien van een update naar versie 2.13. Dit programma heet voluit Nullsoft Scriptable Install System en kan worden gebruikt om op een eenvoudige wijze installatiepakketten te creeeren. Na het aanmaken van een script creëert het programma vervolgens een mooie compacte installer, waarin eventueel ook uninstall-opties kunnen worden meegegeven. De software is ontwikkeld door Joost Verburg en wordt als open source onder GPL-licentie uitgebracht. Het changelog van deze release laat de volgende veranderingen zien:
Major ChangesNew/Changed Commands
- Default $LANGUAGE value is now based on user's UI language instead of locale (bug #1324734)
Minor Changes
- Added StrCmpS for case sensitive string comparison (patch #1381929)
Utilities and Plug-ins
- Added system time support to GetTime
- Fixed components page checkbox redraw problem under Windows 95 (bug #1397031)
- Fixed constant maximum string length in FileRead (changed from 1024 to NSIS_MAX_STRLEN)
- Fixed empty $INSTDIR value in directory page show callback function (bug #1209843)
- Fixed relative jumps ignoring File/nonfatal (bug #1299100)
- Fixed typo in NSIS Menu (bug #1387748)
- Issue a warning when BrandingText/TRIM* actually expands the label (bug #1362443)
- Made RMDir/r remove Unicode paths as well using short names (bug #1378785)
- Minor documentation improvements and fixes
Translations
- Fixed System plug-in documentation of callback functions (bug #1403608)
- Fixed System plug-in heap corruption (bug #1403601)
Build System
- Mongolian translation improvements
[break]
- Better installation under POSIX with proper ${NSISDIR} detection and appropriate directory paths (/usr/bin, /usr/share/doc, etc.)