Inno Setup

最新版本 Inno Setup 5.2.3

Inno Setup 5.2.3

Inno Setup 5.2.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.2.3

檔案名稱 isetup-5.2.3.exe
檔案大小 1.35 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
更新日期 2008-03-12
更新日誌

What's new in this version:

* Improved support for right-to-left languages (Arabic and Hebrew):
Added new [LangOptions] section directive: RightToLeft. If set to yes, text alignment and reading order will be reversed (with some intentional exceptions), and controls will be arranged from right to left ("flipped").
* Added new [Setup] section directives: VersionInfoProductName and VersionInfoProductVersion.
* Changed the fixed Language field in Setup's version info from "English (United States)" to "Language Neutral".
* Uninstall now supports custom message constants ({cm:...}) like Setup.
* Right-to-left-related Pascal Scripting changes:
o The control flipping that is performed when RightToLeft=yes is mostly transparent, normally requiring no changes to existing code. Controls created on custom wizard pages will be flipped automatically after the InitializeWizard event function returns, and controls created on custom forms will, by default, be flipped the first time the form is shown.
o Changes to TSetupForm (the class used for custom forms):
+ Added RightToLeft Boolean property (read-only): True if right-to-left text alignment and reading order is enabled on the form. The RightToLeft [LangOptions] directive determines the value of this property.
+ Added FlipControlsOnShow Boolean property: If True (the default setting if RightToLeft is True), controls on the form will be flipped the next time the form is shown. After the form has been shown, the property is reset to False automatically.
+ Added ControlsFlipped Boolean property (read-only): True if the controls have been flipped.
+ Added FlipControlsIfNeeded method. This flips the controls immediately if FlipControlsOnShow is True, then resets FlipControlsOnShow to False.
o Added new classes: TNewEdit, TNewMemo, TNewComboBox, TNewButton, TNewCheckBox, TNewRadioButton, and TNewListBox. On these classes, right-to-left text alignment and reading order is used when the parent TSetupForm's RightToLeft property is True.
o TNewStaticText: Added ForceLTRReading property. If set to True, the text will always be rendered with left-to-right reading order, overriding the parent form's RightToLeft setting.
* Other Pascal Scripting changes:
o TNewStaticText: Added AdjustHeight method. This adjusts the value of the Height property to fit the text. Only useful when AutoSize is set to False.
o Added new object UninstallProgressForm of class TUninstallProgressForm. Also added new event function InitializeUninstallProgressForm, which is called after the Uninstall progress form has been created and before it is shown. See the help file and the CodeClasses.iss example script for more information.
* Added workaround for bug in Windows Vista (still present in SP1): With UAC turned off, launching an uninstaller from the Programs and Features Control Panel applet and answering No at the confirmation message box would cause a "This program might not have uninstalled correctly" dialog to be displayed, even though the uninstaller includes a proper "Vista-aware" manifest.
* IDE changes:
o The New Script Wizard now generates random unique AppId [Setup] section directives.
o Added new Tools | Generate GUID command.
* QuickStart Pack: added ISPP functions GetMD5OfFile, GetMD5OfString and GetFileDateTimeString.
* Minor tweaks.

Inno Setup 5.2.3 相關參考資料
Download Inno Setup 5.2.3 for Windows

Inno Setup 5.2.3 Change Log. * Improved support for right-to-left languages (Arabic and Hebrew): Added new [LangOptions] section directive: RightToLeft. If set ...

http://www.oldversion.com

Download Inno Setup 5.5.3 for Windows

- 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 ...

http://www.oldversion.com

Downloading Inno Setup 5.2.3 from FileHorse.com

Inno Setup is a tool, designed for creating professional installation programs, which can run on all Windows platforms between Windows 2000 and Windows 8 ...

https://www.filehorse.com

Inno Setup

Inno Setup is a free installer for Windows programs by Jordan Russell and Martijn Laan. First introduced in 1997, Inno Setup today rivals and even surpasses ...

https://jrsoftware.org

Inno Setup 5.2.3 汉化绿色增强版_安装制作工具 - JB51.Net

2008年10月22日 — Inno Setup 是一个免费的安装制作软件,小巧、简便、精美是其最大特点,支持pascal脚本,能快速制作出标准Windows2000风格的安装界面,足以完成一般 ...

https://m.jb51.net

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 对编译后的安装程序汉化原创

2023年9月1日 — 1、Inno Setup Inno Setup 是一款免费的安装包制作软件,能快速制作出标准 ... Inno Setup 5.2.3汉化重编译版 · Inno Setup 5..5.9 免费的安装制作工具 ...

https://blog.csdn.net

inno setup详细使用教程转载

2016年9月22日 — ... inno setup 5.2.3 stking ha.rar ◎Inno Setup Compiler汉化版安装好Inno Setup Compiler汉化版启动软件后的界面(见图1):图1下面我以_inno st.

https://blog.csdn.net

jrsoftware.org Jordan Russell's Software

March 10, 2008 - Inno Setup 5.2.3 released. October 22, 2007 - Inno Setup 5.2.2 released. October 14, 2007 - Inno Setup 5.2.1 released. September 19, 2007 ...

https://jrsoftware.org