Inno Setup

最新版本 Inno Setup 6.2.0

Inno Setup 6.2.0

Inno Setup 6.2.0
Inno Setup 是一個工具,專為創建專業安裝程序而設計,可以在 Windows 2000 和 Windows 8 之間的所有 Windows 平台上運行(包括此操作系統的業務版本,32 位和 64 位版本也完全支持)。雖然這個開放源代碼程序可以被任何人免費使用,但是 Inno Setup 是非常穩定的,並且提供比其他大多數類似的付費選擇更多的功能。  這使得它非常受歡迎,他們需要訪問完美的工具,廣泛的操作系統支持和先進的功能,如完整的卸載工具,磁盤跨越,單個 EXE 安裝程序,單個包內的多個二進製文件的支持,INI / 註冊表管理,集成腳本引擎(基於 Pascal),密碼和加密軟件包,支持多種壓縮算法,多語言安裝界面等等.

Inno Setup 的第一個版本是由開發人員 Jordan Russell 在 IDE 軟件包 Embarcadero Delphi 於 1997 年創建的。從那一刻起,這個免費軟件獲得了無數的更新和簡化的可視化界面,今天可以很容易地被那些對軟件開發和經驗豐富的專業人員很少技術知識的用戶使用。用 Inno 創建的安裝程序可以是傳統的“嚮導”類型,可以創建快捷方式,啟動或刪除文件,並可以密碼保護或加密。界面並不是非常直觀,但各種前端已經開發出來,使這個產品的工作更容易.

Inno Setup 是一個 100%免費的應用程序,甚至可以用於商業,雖然它的原始開發者是開放的接受捐贈資金活躍這個受歡迎的開發工具的開發.

Inno Setup 功能:
支持自 2000 年以來的每個 Windows 版本,包括:Windows 8,Windows Server 2012,Windows 7,Windows Server 2008 R2,Windows Vista,Windows Server 2008,Windows XP,Windows Server 2003,和 Windows 2000.(不需要服務包)。在 64 位版本的 Windows 上安裝 64 位應用程序的廣泛支持。支持 x64 和 Itanium 體系結構。 (在 Itanium 體系結構上,Windows Server 2003 需要 Service Pack 1 或更高版本才能以 64 位模式進行安裝。)支持創建單個 EXE 以安裝程序,以便於在線分發。磁盤跨越也支持。標準的 Windows 2000 / XP 風格的嚮導界面。可定制的設置類型,例如完整,最小,自定義。完整的卸載功能。安裝文件:包括對“deflate”,bzip2 和 7 -Zip LZMA / LZMA2 文件壓縮的集成支持。安裝程序能夠比較文件版本信息,替換正在使用的文件,使用共享文件計數,註冊 DLL / OCX 和類型庫,並安裝字體。在任何地方創建快捷方式,包括在“開始”菜單和桌面上。創建註冊表和.INI 條目。在安裝之前,之中或之後運行其他程序。支持多語言安裝,包括從右向左的語言支持。支持 passworded 和加密的安裝。支持數字簽名的安裝和卸載。無提示安裝和卸載。 Unicode 安裝。集成預處理器選項,用於高級編譯時自定義。集成的 Pascal 腳本引擎選項,用於高級運行時安裝和卸載定制。完整的源代碼可用(Borland Delphi 2.0-5.0 和 2009)。

ScreenShot

軟體資訊
檔案版本 Inno Setup 6.2.0

檔案名稱 innosetup-6.2.0.exe
檔案大小
系統 Windows XP / Vista / Windows 7 / Windows 8 / Windows 10 / XP64 / Vista64 / Windows 7 64 / Windows 8 64 / Windows 10 64
軟體類型 開源軟體
作者 Jordan Russell
官網 http://www.jrsoftware.org/isinfo.php
更新日期 2021-06-03
更新日誌

What's new in this version:

Graphics modernized:
- Updated all Compiler IDE's toolbar icons and the wizard images used by the Compiler IDE's New Script Wizard wizard
- Updated the default application icon used by Setup and Uninstall if [Setup] section directive SetupIconFile is not set. To use the old icon again set SetupIconFile to compiler:SetupClassicIcon.ico.
- [Setup] section directives WizardImageFile and WizardSmallImageFile now default to a blank value which makes Setup use new built-in wizard images. To use the old wizard images again set WizardImageFile and WizardSmallImageFile to compiler:WizClassicImage.bmp and compiler:WizClassicSmallImage.bmp respectively.
- Updated Uninstall's default small wizard image if [Setup] section directive SetupIconFile is not set. Before it would use Setup's default application icon in this case.
- Updated the folder, group, and stop icons used by Setup's Select Destination Location, Select Start Menu Folder, and Preparing to Install wizard pages.
- Updated the disk icon used by Setup's Setup Needs the Next Disk form.
- Pascal Scripting change: Added new InitializeBitmapImageFromIcon support function.
- All these icon and images updates include the automatic use of higher quality versions (which were not available before) on higher DPI settings. This includes new automatic use of higher quality icons for the icon on Setup's Select Setup Language form and Uninstall's small wizard image if SetupIconFile is set.

Other changes:
- Links displayed by [Setup] section directives LicenseFile, InfoBeforeFile and InfoAfterFile are now executed as the original user if possible when clicked
- Added new [Setup] section directives MissingMessagesWarning and NotRecognizedMessagesWarning to disable warnings about messages missing or not recognized for a language.
- /LOG: Now logs more uninstaller actions
- The {localappdata} constant can now correctly trigger a used user areas warning
- Compiler IDE change: Fix: Autocomplete support for event functions listed some procedures as functions

Pascal Scripting changes:
- Added new CreateOutputMarqueeProgressPage support function to show marquee progress to the user. See the AllPagesExample.iss example script for an example.
- Added new ItemFontStyle and SubItemFontStyle properties to the TNewCheckListBox support class. See the CodeClasses.iss example script for an example.
- Added new IsMsiProductInstalled and StrToVersion support functions
- Added new AbortedByUser property to the TDownloadWizardPage support class
- Fix: CreateDownloadPage's progress bar now supports files larger than 2 GB
- Support functions ParamCount and ParamStr now exclude undocumented internal parameters used by Setup and Uninstall
- The built-in download support now allows the download of files for which the server does not specify the file size and its hash checking is no longer case sensitive
- ISPP change: Added new StrToVersion support function
- Added official Bulgarian translation
- Various documentation improvements
- Minor tweaks

Inno Setup 6.2.0 相關參考資料
Chocolatey Software | Inno Setup 6.2.0

Package Parameters. /UseInf: - Change the inno setup configuration file to use/​save when installing. EXAMPLE choco install innosetup -- ...

https://community.chocolatey.o

Inno Setup 6 Revision History - JRSoftware

Subscribe to the Inno Setup Mailing List! 6.2.0 (2021-06-03). Graphics modernized. Updated all Compiler IDE's toolbar icons and the wizard images used by the ...

https://jrsoftware.org

Inno Setup 6.2.0 - Neowin

24 小時前 — Inno Setup is a free installer for Windows programs. First introduced in 1997, Inno Setup today rivals and even surpasses many commercial ...

https://www.neowin.net

Inno Setup 6.2.0 免安裝版- 免費軟體安裝程式製作工具- 阿榮 ...

Inno Setup is a free installer for Windows programs. First introduced in 1997, Inno Setup today rivals and even surpasses many commercial installers in feature set​ ...

https://www.azofreeware.com

Inno Setup Compiler 6.2.0 - Phần mềm tạo file setup.exe

Download Inno Setup Compiler 6 hệ thống cài đặt dựa trên phần mềm miễn phí được tạo bởi delphi bởi jordan russell tạo file steup.exe.

https://taiwebs.com

Inno Setup Download (2021 Latest) for Windows 10, 8, 7

Latest Version: Inno Setup 6.2. · Requirements: Windows XP / Vista / Windows 7 / Windows 8 / Windows 10 / XP64 / Vista64 / Windows 7 64 / Windows 8 64 / ...

https://www.filehorse.com

Inno Setup Downloads - JRSoftware

... by e-mail of updates? Then click here to subscribe to the Inno Setup announcements mailing list. ... innosetup-6.2.0.exe, Random site · US · Netherlands

https://jrsoftware.org

jrsoftware.org Jordan Russell's Software

Welcome to jrsoftware.org, home of the Inno Setup installer! What's New. June 3, 2021 - Inno Setup 6.2.0 released. November 15, 2020 - Inno Setup 6.1.2 ...

https://jrsoftware.org

[Setup]: OnlyBelowVersion - Inno Setup Help

For compatibility with previous versions of Inno Setup, separate Windows 95/98/​Me and Windows NT version numbers may be specified, separated by a comma.

https://jrsoftware.org