Inno Setup

最新版本 Inno Setup 5.5.3

Inno Setup 5.5.3

Inno Setup 5.5.3
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 5.5.3

檔案名稱 isetup-5.5.3.exe
檔案大小 1.86 MB
系統 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
更新日期 2013-02-04
更新日誌

What's new in this version:

- Windows 8 change: [Icons] section flag excludefromshowinnewinstall now additionally prevents the new shortcut from being automatically pinned the Start screen.
- Added new command line parameters supported by Setup: /HELP and /?. Cause Setup to display the list of accepted command line parameters in a message box, exiting with exit code 0 afterwards. Ignored if the UseSetupLdr [Setup] section directive was set to no.
- Added new command line parameter supported by Inno Setup's own installer: /PORTABLE=1. Causes Inno Setup's own installer to not create an uninstaller nor an entry in the Add/Remove Programs Control Panel applet. Also supported by QuickStart Pack's installer.
- Added workaround for bug in 64-bit Windows which in some cases would cause Windows to display an error message when a user tries to change the icon of an installed shortcut.
- Updated the compiler and document icons, created by Motaz.
- Restart Manager: If Setup is not running silently and is unable to close all applications using files that need to be updated, it will now ask the user to abort, retry, or ignore. Previously it always ignored.
- A message has been added in this version. (View differences in Default.isl)
New message: ErrorCloseApplications.
- Added official Corsican and Nepali translations. The Nepali translation requires Unicode Inno Setup.
- Inno Setup Preprocessor (ISPP) changes:
* Added directive #redim to increase or decrease the dimension of an existing array variable.
* Added function DimOf. Returns the dimension of the specified identifier.
* Pascal Scripting changes:
- Added new function: ExtractTemporaryFiles. This function is like ExtractTemporaryFile but supports wildcards and doesn't ignore directory information.
- When ExtractTemporaryFile or ExtractTemporaryFiles extracts a file, this is now logged.
- Unicode Inno Setup: Now has an Int64 type, supported by IntToStr. Also added new StrToInt64, StrToInt64Def, and GetSpaceOnDisk64 support functions.
- If the Flags parameter of a [Files] entry includes isreadme and the entry also has a BeforeInstall or AfterInstall parameter, the BeforeInstall or AfterInstall functions will now only be called when the file is installed and no longer a second time when the file is viewed after the installation has completed.
- [Setup] section directive VersionInfoProductTextVersion, which sets the textual product version value, is now truncated at 50 characters instead of 20. Contributed by Lukas Ais via GitHub.
- The Inno Setup help file source code has been moved into the main Inno Setup source code repository.
- Fix: [Setup] section directive CloseApplicationsFilter was partially case sensitive.
Unicode [Code] based on RemObjects Pascal Script Git commit 31abd2925837d85a6965b5325e8fb7835ca73ea8.
- QuickStart Pack: No longer offers to download and install InnoIDE (which is no longer maintained by its author) unless /ALLOWINNOIDE=1 is specified on the command line. If you're still using InnoIDE it is recommended you switch to Inno Script Studio (which QuickStart pack can download and install).
- Minor tweaks.

Inno Setup 5.5.3 相關參考資料
ChineseTraditional-5.5.3.isl

Inno Setup version 5.5.3+ Chinese (Traditional) messages by Samuel Lee ([email protected]) *** ; ; To download user-contributed translations of this file, ...

https://github.com

Download Inno Setup 5.5.3

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

https://www.filepuma.com

Download Inno Setup 5.5.3 for windows

2013年2月3日 — Integrated Pascal scripting engine option for advanced run-time install and uninstall customization. Full source code is available (Borland ...

https://www.filepuma.com

Inno Setup 5.5.3 安装包制作工具转载

2014年11月17日 — Inno Setup 5.5.3 安装包制作工具 转载 · 使用Inno setup 制作安装包安装包脚本调用动态链接库实现特殊处理 · 使用开源软件Inno Setup制作软件安装包 · 【 ...

https://blog.csdn.net

Inno Setup 5.5.3 繁簡安裝語系- [數碼中文坊]

製作Inno Setup 安裝程式時所需的正體及簡體安裝語系。下載後解壓縮到Inno Setup 的語系資料夾(一般為C:-Program Files-Inno Setup 5-Languages)即可。

https://www.suma.tw

Inno Setup Downloads

Inno Setup 6 introduced a number of significant enhancements including: 6.0: Improved support for administrative vs. non administrative install mode. 6.0: ...

https://jrsoftware.org

Inno Setup 版本5.5.3+ 简体中文语言包- 这个名字想了很久

2020年8月6日 — 您需要重新启动您的电脑才能完成安装。%n%n在重新启动电脑后,再运行安装完成[name] 的安装。 CannotContinue=安装程序不能继续。请单击“取消”退出。

https://www.cnblogs.com

jrsoftware.org Jordan Russell's Software

January 30, 2013 - Inno Setup 5.5.3 released. October 8, 2012 - Inno Setup 5.5.2 released. July 9, 2012 - Inno Setup 5.5.1 released.

https://jrsoftware.org