Nullsoft Scriptable Install System is voorzien van een update naar versie 2.19. 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. De software wordt op dit moment ontwikkeld door Joost Verburg en wordt onder opensource-licentie uitgebracht. Deze versie bevat voornamelijk enkele bugfixes en verder zijn de vertalingen verbeterd. Het volledige changelog ziet er als volgt uit:
Minor ChangesNew/Changed Commands
- Fixed !system and !packhdr failure with quoted long file names (bug #1509909)
- Fixed build problems on 64bit platforms (bug #1504772)
- Fixed negative total size for data larger than 2GB in script compilation summary (bug #1468852)
- Minor documentation updates and fixes
- Replaced IsDotNETInstalled with a simpler and better version
Plug-ins
- Made !if compare strings case insensitively, like StrCmp and !ifdef
Translations
- NSISdl: fixed random DNS errors (reported in the forums)
- System: fixed a bug that caused stack corruption and stopped the installer from deleting System.dll when a function with no arguments was called (bug #1535005)
- System: fixed wrong return values for functions that return short or char (bug #1535007)
[break]
- Added Norwegian Nynorsk translation (patch #1503208)
- Fixed typos in the French translation (bug #1531874)