Inno Setup

最新版本 Inno Setup 5.1.13

Inno Setup 5.1.13

Inno Setup 5.1.13
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.1.13

檔案名稱 isetup-5.1.13.exe
檔案大小 1.34 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
更新日期 2007-07-23
更新日誌

What's new in this version:

* Added new lzma/ultra64 compression level. Same as lzma/ultra, but uses a dictionary size that is twice as large (64 MB).
* Added new SetupLogging [Setup] section directive. If set to yes, Setup will always create a log file (equivalent to passing /LOG on the command line).
* Added new AppSupportPhone [Setup] section directive.
* Added new [Files] section flag: solidbreak.
* Added new [Run] and [UninstallRun] sections parameter: Verb. When used with the shellexec flag, specifies the action to be performed on the file.
* When the shellexec flag is used in the [Run] and [UninstallRun] sections, it now uses the default verb for the file type instead of hardcoding "open". (If necessary, you can override this by adding a Verb parameter.)
* Setup now supports a /TYPE parameter to override the default setup type.
* Components/tasks-related changes:
o /COMPONENTS & /TASKS: When a parent component/task is specified, it no longer automatically checks every child component/task. To achieve the old behavior, prefix the name of the parent component/task with a "*" character, or list each child component/task individually.
o /COMPONENTS: It is now possible to force a child component to be deselected by including its name in the list with a "!" prefix. (/TASKS already supports this.)
o /COMPONENTS is now ignored if no custom type is defined.
o /SAVEINF now writes the selected setup type in the INF file. Previously, using /LOADINF would always select a custom type.
o /SAVEINF now writes the selected tasks in the INF file.
o When a MinVersion/OnlyBelowVersion/Languages/Check/Components parameter causes a parent component/task to be hidden from view, child items will now be hidden as well. (Previously, it was necessary to include the same conditions on every child item in order for them to be hidden along with the parent item.)
o Fix: When new child components/tasks were introduced in a new install, they would always be selected by default if the parent component/task was selected in the previous installation.
o Fix: /LOADINF would select child components that weren't selected during the initial install.
o Fix: In a /COMPONENTS parameter, it is no longer necessary to list fixed components in order for them to be selected.
* Pascal Scripting changes:
o FindFirst/FindNext: Add CreationTime, LastAccessTime, LastWriteTime, AlternateName fields to TFindRec.
o TInputFileWizardPage: Added new IsSaveButton property. This can be used to make a button open a Save As dialog instead of the default Open dialog.
o TNewCheckListBox: Setting Checked[] to True will no longer automatically check an item's child check boxes. To do that now, call the new CheckItem method with coCheckWithChildren in the AOperation parameter.
o ParamStr/ParamCount: Empty parameters ("") are no longer skipped.
* /LOG: Logged times now include milliseconds.
* Compiler IDE changes:
o During the compression phase of a compile, the status bar now shows the estimated time remaining and KB compressed/second.
o The Edit | Redo shortcut is now Ctrl+Y. The previous shortcut (Shift+Ctrl+Z) still works too.
* Fix: In the [INI] section, if Filename was blank, the uninsdelete* flags didn't actually delete anything.
* The uninstall program's version is now 51.47.0.0.
* Minor tweaks.

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

2013年1月5日 — Inno Setup 5.1.13 · File Size: 1.34 MB · Date Released: Add info · Works on: Windows 2000 / Windows 2000 x64 / Windows 7 / Windows 7 x64 / Windows ...

http://www.oldversion.com

Download Old Versions of Inno Setup for Windows

Inno Setup. 334 Downloads. Official Website: http://www.jrsoftware.org/isinfo ... Inno Setup 5.1.13 · Add info, 1.34 MB. Inno Setup 5.1.14 · Add info, 1.35 MB.

http://www.oldversion.com

Downloading Inno Setup 5.1.13 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 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

jrsoftware.org Jordan Russell's Software

July 23, 2007 - Inno Setup 5.1.13 released. June 23, 2007 - Toolbar2000 2.2.1 released. April 25, 2007 - Inno Setup 5.1.12 released. March ...

https://jrsoftware.org

Old Versions of Inno Setup - OldVersion.com

2024年3月11日 — Inno Setup 5.1.13. :0. :0. February 17, 2013, 10:13 pm. * Added new lzma/ultra64 compression level. Same as lzma/ultra, but uses a dictionary ...

https://oldversion942.rssing.c

Thread: [RESOLVED] [2005] Inno setup 5.1.13 question

2007年8月14日 — Some of you suggest me to use Inno setup to build up the setup.exe But now I am not sure where the problems are.

https://www.vbforums.com

[其他工具]免費的「安裝檔」製作軟體:Inno Setup 5.1.13

2007年7月29日 — Inno Setup的操作也非常簡單,全程都有精靈指引,輕鬆容易就能將程式軟體打包成一個安裝檔。如果你有撰寫程式的功力,又喜歡和別人分享你的作品,那麼Inno ...

https://www.coolaler.com