- 軟體名稱NSIS
- 目前版本2.32
- 更新日期2007-11-10
- 檔案大小1.47MB
- 檔案名稱nsis-2.32-setup.exe
- 作業系統Windows (All Versions)
- 支援語系Multiple languages
- 授權型式開源軟體
- 開發商 Nullsoft
- 軟體分類Windows 軟體 / 開發者工具
軟體介紹
- 支援壓縮技術ZLib、BZip2、LZMA。
- 支援製作反安裝程式。
- 可以製作全自動安裝程式。
- 僅相容Windows作業系統環境。
更新日誌
2.32 NSIS 2.32 is released. This release is powered by PNG for Vista icon support
and Subversion for development joy. As always, various bug fixes and
improvements are served for no extra charge.
Release Notes
* Vista PNG icons are now supported without the need for any special
tricks.
--------------------------------------------------------------------------------
Changes:
Major Changes
* Added support for mismatching installer and uninstaller icons
* NSIS source code is now hosted on Subversion instead of CVS
Minor Changes
* Fixed synchronization that could allow the user to cause extraction
errors in rare cases (reported in the forum)
* Fixed syntax validation of Var
* Modern UI 2 beta: Fixed 3-line title on welcome/finish page
* Modern UI 2 beta: Fixed components page description and lock
* Modern UI 2 beta: Fixed default language selection from registry
* Modern UI 2 beta: Fixed MUI_DIRECTORYPAGE_BGCOLOR
* Minor documentation improvements (including bug #1811876, bug #1819946)
Utilities and Plug-ins
* nsDialogs: Added link support
Translations
* Bulgarian corrections
* Fixed Japanese and Norwegian Nynorsk MUI line breaks (bug #1817289)
Build System
* Check compiler's -m32 flag before the linker's to avoid gcc segfault