Inno Setup 歷史版本資訊

Inno Setup

Inno Setup 5.5.9

Jordan Russell
開源軟體

Inno Setup 5.1.14

更新時間:2007-08-08
更新細節:

* Updated the LZMA SDK compression code to version 4.49. This version adds
support for multi-threading, which can speed up the compression process by
50% or more on systems with multiple processor cores, and 20% or more on
systems with single-core Intel processors featuring Hyper-Threading
Technology.
* Added new CompressionThreads [Setup] section directive.
* Fix: When cleaning the output directory, the compiler would not only
delete files matching OutputBaseFilename-*.bin, but files matching
OutputBaseFilename-*-*.bin as well.



版本下載:Inno Setup 5.1.14

Inno Setup 5.1.13

更新時間:2007-07-23
更新細節:

* 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

Inno Setup 5.1.12

更新時間:2007-04-27
更新細節:

* Fix: On Windows Vista, attempting to expand a shell folder constant that mapped to the root directory of a drive would fail with an error message. This was due to a bug in Vista's SHGetFolderPath API. A workaround for the problem has been implemented.
* On Browse dialogs, the BrowseDialogLabel message text may now span multiple lines.
* The OnlyOnThisPlatform message is no longer used. Now, when a Windows 95/98/Me user attempts to run an installation with a MinVersion setting that blocks installation on non-NT platforms, Setup will display the WinVersionTooLowError message, which is a bit more helpful as it mentions the required version number.
* Corrected some trivial one-pixel-off issues when non-default dialog fonts or font sizes were used.
* Added official Hebrew translation.
* Minor tweaks.


版本下載:Inno Setup 5.1.12

Inno Setup 5.1.11

更新時間:2007-03-05
更新細節:

* On Windows 2000 and later, it now uses Windows' own regsvr32.exe to handle DLL registration/unregistration instead of an internal program. This should address errors seen on Windows Vista when registering certain older DLLs. (Windows Vista applies a compatibility fix known as "WRP Mitigation" to regsvr32.exe, which allows it to successfully register DLLs that attempt to write to system registry keys in violation of Windows Resource Protection.)
* Some messages have been added and removed in this version. (View differences in Default.isl)
o New messages: ErrorRegSvr32Failed.
o Removed messages: ErrorRegisterServerMissingExport.
* The uninstall program's version is now 51.46.0.0.
* Minor tweaks.


版本下載:Inno Setup 5.1.11

Inno Setup 5.1.10

更新時間:2007-02-21
更新細節:

* Added two new [Run]/[UninstallRun] section flags: 32bit and 64bit. Similar
to the [Files] section flags of the same name, these override the install
mode and affect which System directory the {sys} constant maps to on 64-bit
Windows.
* Pascal Scripting:
o Added new EnableFsRedirection support function.
o On the Exec function, you can now pass '>' in the Filename parameter
and it will use the value of the Params parameter as the full command
line. This feature can come in handy when executing command lines
obtained from UninstallString registry values; no longer is it
necessary to separate strings into filename and parameter components
manually.
o Fix: IsComponentSelected and IsTaskSelected didn't accept forward
slashes.
* Improved Setup's folder tree view control (seen when a Browse button is
clicked):
o On Windows Vista, it now uses the same theme as Windows Explorer.
o On Windows Vista, for consistency with Explorer, single-clicking in
a node's text area no longer causes the node to expand.
o Like Windows Explorer, folder nodes now use the shell's "display
names", as opposed to the actual directory names. This matters on
localized versions of Windows Vista, where the on-disk names of system
folders are always in English.
o The system "icon" font is now used instead of the default dialog
font. This font defaults to Segoe UI on Windows Vista, and typically
Tahoma or MS Sans Serif on earlier versions of Windows.
o Disconnected network drives are now listed; expanding one will
restore the connection (on Windows 2000, Me, and later).
* On the Select Destination Location wizard page (as well as custom
directory selection pages created using the CreateInputDirPage support
function), if the letter of a disconnected network drive is entered, and the
user is running Windows XP or later, it will now attempt to restore the
connection automatically when Next is clicked. (It also does this on silent
installs.)
* On Windows Vista, eliminated the flickering on Setup's progress bar
(purely a cosmetic issue).
* On Windows Vista, Setup now calls SetProcessDPIAware to avoid bitmap
scaling when Windows is configured to use Large Fonts and the "Use Windows
XP style DPI scaling" option is unchecked (not the default setting).
* Compiler IDE changes:
o Added new option: Always launch Setup/Uninstall as different user.
This forces the IDE to display a "Run as" dialog when launching
Setup/Uninstall.
o The Stop Compile command now displays a confirmation message box.
* Added a "Vista-aware" manifest resource to ISCC so it doesn't request
elevation on Windows Vista.
* Fix: ISCC didn't always print error messages when standard output was
redirected to a file.
* When Setup fails to set the permissions on files, directories, or registry
keys, the error code is now included in the log output.
* When Setup fails to expand a shell folder constant, a warning message
containing the error code is now logged.
* Changed the way version information is read from VXD files to be more
compliant with the MSDN docs.
* The uninstall program's version is now 51.45.0.0.
* Minor tweaks.



版本下載:Inno Setup 5.1.10

更新時間:1970-01-01
更新細節:
版本下載:
  • Inno Setup (Install) 5.5.9 Private CDN cached downloads available for licensed customers. Never experience 404 breakages again! Learn more... This package was approved by moderator dtgm on 6/1/2016. F...
    Inno Setup
    Chocolatey Gallery | Inno Setup (Install) 5.5.9
    https://chocolatey.org
  • -parent $MyInvocation.MyCommand.Definition)" $filePath = "$toolsDir\innosetup-5.5.9-unicode.exe" $packageArgs = @ ... $packageName = 'innosetup' $softwareName = 'Inno Se...
    Inno Setup
    Chocolatey Gallery | Inno Setup 5.5.9.20161208
    https://chocolatey.org
  • Inno Setup 5.5.9 Inno Setup 5.5.9 Por Jordan Russell (Open Source) Valoración de los usuarios Garantía de protección de FileHippo Amparado por Avira Descargar la última versión (1.89MB) Descargar Publ...
    Inno Setup
    Descargar Inno Setup 5.5.9 - FileHippo.com
    http://filehippo.com
  • Inno Setup 5.5.9 Inno Setup 5.5.9 By Jordan Russell (Open Source) User Rating FileHippo Safety Guarantee Secured by Avira Download Latest Version ...
    Inno Setup
    Download Inno Setup 5.5.9 - FileHippo.com
    http://filehippo.com
  • 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 ...
    Inno Setup
    Inno Setup - JRSoftware
    http://www.jrsoftware.org
  • 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 and stability. Features Learn more a...
    Inno Setup
    Inno Setup - Official Site
    http://www.jrsoftware.org
  • 5.5.9 (2016-04-06). To further help protect installers against potential DLL preloading attacks, Setup/Uninstall now calls SetDefaultDllDirectories if available to ...
    Inno Setup
    Inno Setup 5 Revision History - JRSoftware
    http://www.jrsoftware.org
  • Inno Setup is a free installer for Windows programs. Supports creation of a single EXE to install your program for easy online distribution. Disk spanning is FILE SETUPS Home of Latest Software ! Wind...
    Inno Setup
    Inno Setup 5.5.9 - Download Latest Software ! - Filesetups.com
    http://www.filesetups.com
  • 免費軟體安裝程式製作工具- Inno Setup,誕生於1997年,功能甚至超越許多付費軟體,支援在64位元作業系統安裝64位元程式,標準的Windows安裝精靈介面,可以 ...
    Inno Setup
    Inno Setup 5.5.9 免安裝版- 免費軟體安裝程式製作工具- 阿榮福利味 ...
    http://www.azofreeware.com
  • 600,098, 2016-04-06, Inno Setup self-installing package. innosetup-5.5.9-unicode.exe, Random site · US · Netherlands, 110,758, 2016-04-06, Unicode Inno ...
    Inno Setup
    Inno Setup Downloads - JRSoftware
    http://www.jrsoftware.org
  • 5.4: Official inclusion of Inno Setup Preprocessor 5.5: Support for Restart Manager and new Windows 8 features 5.5: Support for Windows 8.1 and Windows 10 5.5: Support for dual signing (SHA1 & SHA...
    Inno Setup
    Inno Setup Downloads - jrsoftware.org // Jordan Russell's Software
    http://www.jrsoftware.org
  • 跳到下载链接 Inno Setup 5.5.9 软件名称: Inno Setup 软件版本: 5.5.9 所属分类: 安装制作 授权方式: 免费软件 软件评价: 需要积分: 否 浏览次数: 134633 相关链接: 程序作者或厂商主页 软件汉化: 风铃夜思雨 ...
    Inno Setup
    Inno Setup 中文版下载 5.5.9 汉化版下载 → 汉化新世纪
    http://www.hanzify.org
  • August 9, 2007 - Inno Setup 5.1.14 released. 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 1, 2007 - Inno S...
    Inno Setup
    jrsoftware.org // Jordan Russell's Software
    http://jrsoftware.org
  • Inno Setup 5.5.9 Da Jordan Russell (Open Source) Valutazione dell'utente Garanzia di sicurezza FileHippo Sicurezza garantita da Avira Scarica Ultima versione (1.89MB) Scarica Pubblicità Pubblicità...
    Inno Setup
    Scarica Inno Setup 5.5.9 - FileHippo.com
    http://filehippo.com