NSIS 歷史舊版本 Page2

最新版本 NSIS 3.06

NSIS 歷史版本列表

NSIS(Nullsoft 腳本安裝系統)是一個專業的開源系統來創建 Windows Installers。它的設計盡可能的小巧靈活,因此非常適合網絡發布. 作為用戶對您的產品的第一次體驗,穩定可靠的安裝程序是成功軟件的重要組成部分。隨著 NSIS 你可以創建這樣的安裝程序,能夠做一切需要設置您的軟件.NSIS 是基於腳本的,並允許您創建邏輯來處理,即使是最複雜的安裝任務。許多插件和腳本已經可用:... NSIS 軟體介紹


更新時間:2015-12-30
更新細節:

What's new in this version:

Major Changes:
- RequestExecutionLevel now defaults to admin

Minor Changes:
- Preload certain system libraries to prevent dll hijacking

更新時間:2015-12-18
更新細節:

What's new in this version:

- Fixed CreateShortcut failure on Vista caused by security changes

更新時間:2015-12-12
更新細節:

What's new in this version:

- Fixed CHM

更新時間:2015-12-10
更新細節:

What's new in this version:

Major Changes:
- LoadLibrary security hardening to prevent dll hijacking (patch #1125
- InitiateShutdown() is used to reboot the machine if available (patch #247)

Minor Changes:
- Fixed 4+ TiB freespace calculation bug (bug #1115)
- Windows 8 & 2012 support in WinVer.nsh

更新時間:2009-12-07
更新細節:

What's new in this version:

Minor Changes
- Fixed !searchparse (bug #2803622)
- Fixed Vista error message when canceling uninstaller (bug #2803097)
- Resolve warning for LogicLib's endless Do..Loop (bug #2849872)
- StartMenu: fixed random number prefixes when clicking on an empty spot (bug #2810188)
- Updates to NSIS.pas for plug-in development (patch #2802794)

Translations
- PortugueseBR typo (patch #2826598)
- Removed double spaces in Italian (bug #2873598)

Build System
- Fixed mingw builds of Math plug-in (patch #2835731)

更新時間:2009-06-09
更新細節:

What's new in this version:

Release Notes
- Support for Microsoft's upcoming release of Windows 7 has been added based on RC1 testing and documentation. Please report any related issues and don't forget to use RequestExecutionLevel.

Major Changes
- Added support for Windows 7 installers - use RequestExecutionLevel, just like with Vista (bug #2725883)
- Added WinVer.nsh Windows 7 and Windows 2008 R2 support
- Installers now identify as Terminal Services aware (IMAGE_DLLCHARACTERISTICS_TERMINAL_SERVER_AWARE) so $WINDIR will no longer be under the user's profile when installing on Terminal Services
- Less UAC annoyance in Add/Remove control panel (bug #2697027)

Minor Changes
- Added wildcard and /nonfatal suppport for !delfile (RFE #1505425)
- Fixed !searchparse (bug #2680110)
- Fixed input validation for CreateFont (bug #2801024)
- Fixed NSIS Menu handling of working directory (bug #2781948)
- Fixed Vista issues with shell folders ($DOCUMENTS, $PROFILE, etc.) on root directories (bug #2138075)
- Minor documentation improvements (including bug #2705878, bug #2606525)
- Use SW_SHOWDEFAULT for ExecShell by default (bug #2796189)

Modern UI
- Call finish page show function only after the page is fully initialized (bug #2720968)
- Fixed translation of uninstaller directory page (bug #2690112)
- Fixed installation type text position in components page (patch #2801317)
- Fixed missing MUI_INNERTEXT_COMPONENTS_DESCRIPTION_TITLE (bug #2788620)

Translations
- Updated Indonesian (patch #2790571)
- Updated Portuguese BR (patch #2642542)

Build System
- Fixed some GCC warnings

更新時間:2009-02-23
更新細節:

What's new in this version:

Major Changes
- Fixed a bug introduced in 2.43 causing script build issues with some icons (bug #2572035)

Minor Changes
- Fixed nsDialogs CreateTimer documentation (bug #2595565)
- Global labels didn't work when declared in unused functions (bug #2593369)

更新時間:2009-02-05
更新細節:

What's new in this version:

Minor Changes
- Added WinCore.nsh, WinDef.nsh, WinError.nsh, WinNT.nsh and WinUser.nsh for more useful Windows definitions
- Fixed a crash caused by !packhdr compressing resources (bug #2533431)
- Minor documentation improvements (including bug #2564005)
- Modern UI 2: Fixed MUI_DIRECTORYPAGE_BGCOLOR (bug #2494528)

Utilities and Plug-ins
- Banner: Fixed installer showing on the background when Banner was used in .onInit
- MakeNSISW: Added Ctrl+K hotkey for build cancelation (RFE #2557392)
- nsDialogs: Added NSD_SetIcon (patch #2500960)

Translations
- Added Esperanto
- Bulgarian fixes

Plug-in API
- Added VS2008 project files
- Better installation of header and library files under POSIX - see INSTALL file for more information
- Header and library files were moved to a subdirectory named nsis to prevent collisions
- RegisterPluginCallback now returns int instead of BOOL for a wider range of error reporting

Build System
- Added fink's mingw prefixes (bug #2495138)
- Fixed BOOL build issue on OS X (bug #2497290)
- Fixed iconv dependency detection on OS X (bug #2494539)
- Fixed Solaris builds (patch #2497172)

更新時間:2008-12-21
更新細節:

What's new in this version:

- Merry Christmas and a happy Hanukkah!
- Plug-in developers should check out the new plug-in API in ExamplesPlugin and convert their plug-ins, especially in case they require staying loaded.

更新時間:2008-11-21
更新細節:

What's new in this version:

Minor Changes
- Fixed LangDLL memory leaks for invalid input (bug #1939573)
- Fixed uninstaller generation on big-endian systems (bug #2166401, bug #2167958)

Translations
- Brazilian Portuguese corrections
- Consistency fixes for Simple Chinese (patch #2189117)

Build System
- Added support for SCons 1.1.0
- Fixed size text issues for VC8 builds (patch #1982084)
- System's Resource.dll now built from source