Download Inno Setup 5.3.5
Jordan Russell Software has released version 5.3.5 of Inno Setup. This program makes it easy to create installation packages for applications running under Windows. Inno Setup provides the ability to add information to the registry and ini files, create shortcuts, and compress the installation files. Furthermore, it can of course also create an uninstaller and the installation can be performed in multiple languages. The corresponding list of changes looks like this:
Version 5.3.5:
- Windows 7 changes:
- Setup, Uninstall and custom TOutputProgressWizardPage pages now make use of the new Windows 7 taskbar functionality to display progress, pause and error indicators on their taskbar buttons.
- Added new [Icons] section parameter: AppUserModelID. Specifies the Windows 7 Application User Model ID for the shortcut. Ignored on earlier Windows versions and on server versions. This parameter can include constants.
- Windows 7 and Vista changes:
- Setup, Uninstall and custom TOutputProgressWizardPage pages now display pause and error indicators on their progress bars.
- Setup and Uninstall now call the Windows API function ShutdownBlockReasonCreate to set the shutdown block reason string to be displayed to the user if system shutdown is initiated. Note: this change is purely cosmetic, the fact that Setup and Uninstall block system shutdown is not new.
- Pascal Scripting changes:
- TWinControl: Added new ParentBackground property. By setting this to False, you can ensure the background of a TPanel will always display the color assigned to its Color property, instead of it becoming transparent under certain conditions. See the CodeClasses.iss example script for an example.
- The Unicode compiler now behaves identical to the Non Unicode compiler if a language uses more than one .isl file (it no longer requires the LanguageCodePage to be set in each file), or if a languages LanguageCodePage is overwritten from the .iss file (it no longer ignores this), or if any language specific plain text ANSI LicenseFile, InfoBeforeFile, or InfoAfterFile is used (it now converts these to Unicode using the languages LanguageCodePage at compile-time, instead of using the system codepage at run-time).
- Fix: Pascal scripting: passing a Unicode string to some built-in functions like Copy caused the string to be converted to ANSI.
- The uninstall program’s version is now 51.(10)50.0.0.
Version number | 5.3.5 |
Release status | Final |
Operating systems | Windows 7, Windows 9x, Windows NT, Windows 2000, Windows XP, Windows Server 2003, Windows Vista, Windows Server 2008 |
Website | Jordan Russell Software |
Download | http://www.jrsoftware.org/isdl.php |
License type | Conditions (GNU/BSD/etc.) |