Skip to content
⌘ NSIS Forum Archive

NSIS 2.33 is released

2 posts

Brummelchen#

NSIS 2.33 is released

Download


Special Builds


NSIS 2.33 is released. This release includes a quick fix for a display bug
introduced in the last version and the fixes and various improvements that were
piled in the short week before the bug was discovered.


Release Notes
  • This is a quick fix release for a bug, introduced in 2.32, that prevented the
    welcome page to display properly on Windows 9x. The problem was caused
    by the move from CVS to Subversion that messed with the linebreaks
    format of the INI files.

Changes:

Major Changes
  • Modern UI: Fixed a bug, introduced in 2.32, that caused display problems for
    the welcome and finish pages on Windows 9x (bug #1831677)

Minor Changes
  • Modern UI: Allow MUI_LANGDLL_ALLLANGUAGES to be defined after insertion
    of MUI_LANGUAGE macro

Utilities and Plug-ins
  • Made nsExec's internal process always exit cleanly to avoid false return values
    and delays (reported in the forum)
  • nsDialogs: Added OnClick support for static controls
  • VPatch: Fixed VPatchFile macro path handling (bug #1829540)

Translations
  • Spanish updates

Build System
  • Separate strip options for win32 and cross-platform binaries