File Release Notes and Changelog
Release Name: 2.27
Notes:
NSIS 2.27 is released. This release is a quick-fix release that addresses a bug
introduced in the last version, 2.26, that caused $PROGRAMFILES and $COMMONFILES
to translate into random strings in the uninstaller. It also includes a couple
of minor fixes and improvements.
Changes:
Major Changes
* Fixed a bug introduced in 2.26 that made $PROGRAMFILES and $COMMONFILES
unavailable in the uninstaller
Minor Changes
* Disable the X button on InstallOptions pages when CancelEnabled is 0
* Fixed incomplete MessageBox usage line (bug #1709460)
Build System
* Added TOOLSET option to allow selection of specific build tools
(e.g. scons TOOLSET=mingw)