Zojuist is versie 2.29 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. De belangrijkste vernieuwing in deze versie is de introductie van nsDialogs, ter vervanging van InstallOptions. Het volledige changelog ziet er als volgt uit:
Major ChangesMinor Changes
- Added nsDialogs - a replacement for InstallOptions
Utilities and Plug-ins
- Disable Windows error messages for the entire installer and not just for an incomplete list of fail-points (bug #1741061)
- Fixed incorrect large version handling of GetFileVersion (bug #1742255, patch #1742562)
- Fixed the ReverseSection macro in Sections.nsh (bug #1742793)
- Minor documentation improvements
- Simplified REG_MULTI_SZ reader
- Use SHGetFolderPath where available to better support all users' folders
Translations
- Banner: Avoid possible hangs when called from page callbacks (bug #1743801)
- NSISdl: added /TRANSLATE2 for more "translator-friendly" strings (patch #1656076)
- NSISdl: support downloads over 2gb (patch #1723131)
Build System
- Added International Spanish
[break]
- Added support for HPUX (patch #1714416)