NSIS (Nullsoft Scriptable Install System) является бесплатной программой позволяющей программистам создавать инсталляторы для Windows. Этот релиз выпускается под лицензией открытых исходных кодов и совершенно бесплатен для любого использования.
************************************************
NSIS (Nullsoft Scriptable Install System) is a small, efficient, capable, professional open source system to create Windows installers. It is designed to be as small and flexible as possible and is therefore very suitable for internet distribution.
Being a user's first experience with your product, a stable and reliable installer is an important component of succesful software. With NSIS you can create such installers that are capable of doing everything that is needed to setup your software.
NSIS is script-based and allows you to create the logic to handle even the most complex installation tasks. Many plug-ins and scripts are already available: you can create web installers, communicate with Windows and other software components, install or update shared components and more.
Features :
• Generates self-contained executable installers
• Support for ZLib, BZip2 and LZMA data compression (files can be compressed individually or together)
• Uninstall support (installer can generate an uninstaller)
• Customizable user interface (dialogs, fonts, backgrounds, icons, text, checkmarks, images etc.)
• Classic and Modern wizard interface
• Fully multilingual, support for multiple languages (including RTL langauges) in one installer. More than 40 translations are already available, but you can also create your own.
• Page system: You can add standard wizard pages or custom pages
• User selection of installation components, tree for component selection
• Multiple install configurations (usually Minimal, Typical, Full), and custom configuration
• Installer self-verification using a CRC32 checksum
• Small overhead over compressed data size (34 KB with default options)
• Ability to display a license agreement in text or RTF format
• Ability to detect destination directory from the registry
• Easy to use plug-in system (lots of plug-ins for creation of custom dialogs, internet connections, HTTP downloading, file patching, Win32 API calls, etc. are included)
• Installers can be as large as 2GB
• Optional silent mode for automated installations
• A preprocessor with support for defined symbols, macros, conditional compilation, standard predefines
• A lovely coding experience with elements of PHP and assembly (includes user variables, a stack, real flow control, etc.)
• Installers have their own VMs that let you write code that can support:
o File extraction (with configurable overwrite parameters)
o File/directory copying, renaming, deletion, searching
o Plug-in DLL calling
o DLL/ActiveX control registration/unregistration
o Executable execution (shell execute and wait options)
o Shortcut creation
o Registry key reading/setting/enumerating/deleting
o INI file reading/writing
o Generic text file reading/writing
o Powerful string and integer manipulation
o Window finding based on class name or title
o User interface manipulation (font/text setting)
o Window message sending
o User interaction with message boxes or custom pages
o Branching, comparisons, etc.
o Error checking
o Reboot support, including delete or rename on reboot
o Installer behavior commands (such as show/hide/wait/etc.)
o User functions in script
o Callback functions for user actions
Changes in version 2.26:
Notes: NSIS 2.26 is released. This release adds support for installation on Windows x64 and includes the usual collection of new features, bug fixes, improvements and translation updates.
Release Notes
* Installation on x64 systems is now fully supported with $PROGRAMFILES64, SetRegView and Library's LIBRARY_X64 option.
--------------------------------------------------------------------------------
Changes:
* Added LIBRARY_X64 option for InstallLib and UnInstallLib for installing and uninstalling x64 libraries
* Added $PROGRAMFILES32, $PROGRAMFILES64, $COMMONFILES32 and $COMMONFILES64
Minor Changes
* Added $EXEPATH and $EXEFILE
* Added $(^Language) language string which holds the language name ,(RFE #1235616)
* Added LIBRARY_IGNORE_VERSION option for InstallLib (patch #1699435)
* Added VXD support for GetDLLVersionLocal on Windows NT/2000/XP/Vista (patch #1706624)
* Avoid Library warning when UnInstallLib is unused (bug #1692761)
* Fixed error handling of CopyFiles on Windows NT4 (bug #774966)
* Fixed font name encoding broken since 2.24
* Fixed LogicLib duplicate labels across included files
* Fixed preservation of folder attributes with File /a (bug #1699474)
* Improved unused variable warning (bug #1701050)
* Library macros no longer require version information for DLL files on POSIX
* Minor documentation improvements (including RFE #971467)
* Modern UI: added MUI_FINISHPAGE_CANCEL_ENABLED
* Modern UI: added MUI_FINISHPAGE_REBOOTLATER_DEFAULT (RFE #1143843)
* Modern UI: block unsupported languages in the language selection dialog (RFE #1564986)
* Modern UI: disable Cancel button on the finish page (bug #1267491)
* Modern UI: reduce flicker caused by MUI_HEADER_TRANSPARENT_TEXT (patch #1696610)
* Support Quit in show page functions
New/Changed Commands
* Added SetRegView to allow access to the x64 registry view
* Installer icon support for MessageBox using MB_USERICON (patch #1682748, RFE #1530388)
Utilities and Plug-ins
* InstallOptions 2.47: line breaks support in Link controls (patch #1683186, RFE #1495949), added HLine and VLine controls (patch #1683189)
* MakeNSISW: fixed broken command line parameter handling introduced in the last version (bug #1696534)
* UserInfo: return effective user group on Vista, added GetOriginalAccountType (patch #1687456, bug #1684777)
Translations
* Added Afrikaans translation (patch #1699558)
* French corrections (patch #1676101)
* German corrections
Build System
* Added SKIPTESTS option
* Avoid a lot of code warnings (bug #1676243)
* Detect wxWidgets instead of assuming its existence on POSIX (bug #1672315)
* Fixed big-endian platform support broken since 2.24
Download
Download from page