Zojuist is versie 2.30 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 introductie van Modern UI 2, welke op dit moment nog in bètastatus verkeert. Het volledige changelog ziet er als volgt uit:
Major Changes:Minor Changes:
- Fixed a bug introduced in version 2.29 that caused invalid $SMPROGRAMS value on Windows 98 (bug #1766268)
- Modern UI 2 beta: Simpler code, easier to extend and makes use of nsDialogs
Utilities and Plug-ins:
- Added InstallOptions.nsh with relevant usage macros, based on the old Modern UI macros
- Added LangFile.nsh allowing creation of langauge files that can be included with a single command with defaults for missing strings (when LANGFILE_DEFAULT is set)
- Added LB_ERR and CB_ERR to WinMessages.nsh (bug #1771644)
- Fixed CreateDirectory logging (patch #1768584)
- Fixed escaping of quotes with $\ in macros (bug #1713708)
- Minor documentation improvements
- Modern UI 1.80: New language files structure based on LangFile.nsh
- Modern UI 1.80: MUI_LANGDLL_DISPLAY now reads previous settings on silent installations as well
- Modern UI 1.80: Added MUI_CUSTOMFUNCTION_MOUSEOVERSECTION (patch #1762003)
Translations:
- Various nsDialogs improvements including RTL support, more macros in nsDialogs.nsh and initial documentation
Build System:
- Catalan returns
- Danish corrections
- Slovak corrections (patch #1762627)
[break]
- More HPUX fixes (bug #1755148, bug #1753063, bug #1758873, patch #1758863)
- Ignore known failing tests by default on POSIX