Download NSIS 2.02

Spread the love

Nullsoft Scriptable Install System version 2.02 was recently released by the development team. The program, as the name implies, is a software package with which installations can be made in a simple way. After creating a simple script, the program makes a nice compact installer, in addition, an uninstall option can also be given. The release notes look like this:

NSIS 2.02 has been released. It is the start of a short-release-cycle era in NSIS, for as long as we can keep it up. We have begun to refactor the source for your viewing pleasure, improved efficiency, and fixed some bugs.

Enjoy!

Major Changes:

  • Added lots of small usage examples to the documentation
  • Made relative jumps work with instructions that add multiple entries
  • Made the datablock optimizer much faster
  • Made the installer deny reboots while running (WM_QUERYENDSESSION)
  • Made the Reboot command first quit and then reboot so everything is always cleaned-up

New/Changed Commands:

  • Added > to IntOp
  • Added GetErrorLevel and SetErrorLevel
  • Fixed CopyFiles usage checking problem
  • Made Reboot call .onRebootFailed and quit on failure instead of setting the error flag

Minor changes:

  • Added Albanian language files
  • Added NSIS_CONFIG_COMPONENTPAGE_ALTERNATIVE configuration option which makes components only be toggled when the user clicks on the checkbox and makes .onMouseOverSection only be called when the user selects a component
  • Added some CppUnit tests
  • Both _=? and /D= now require a space before them so they can safely remove the space from $CMDLINE
  • Fixed a bug that caused the uninstaller CRC-check to fail if !packhdr created a non-512-bytes-aligned exehead
  • Fixed a compiler crash caused by using GetCurrentAddress
  • Fixed errors when using ‘File /r .’ on Windows
  • Fixed gcc 3.4 compile errors
  • Fixed inconsistencies between error levels and the documentation
  • Fixed some minor memory leaks
  • Language file fixes
  • Make file improvements
  • Modern UI 1.71: Made the selected language only be saved if the installation was successful
  • Some code refactoring
  • StrFunc: Rewrote StrSort and fixed StrStrAdv. See the readme for a complete changelog

Utilities and Plugins:

  • Banner: Fixed some cases where the banner would not show on the foreground

Version number 2.02
Operating systems Windows 9x, Windows NT, Windows 2000, Windows XP, Windows Server 2003
Website NSIS
Download
File size

1.64MB

License type Conditions (GNU/BSD/etc.)
You might also like