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 include a wizard interface, creation of a single EXE for easy online distribution, support for disk spanning, full uninstall capabilities, customizable setup types, integrated file compression, support for installing shared files and OCX's, and creation of Start Menu icons, INI entries, and registry entries.
Inno Setup places no arbitrary limits on how many files, shortcuts, registry entries, etc. that you may include in an installation. However, keep in mind that Setup does need memory for each entry in a script. For example, roughly 120 bytes of memory is needed for each [Files] entry. A typical Inno Setup installation running on Windows NT/2000/XP/2003 does not require administrative or "power user" privileges.
Key features:
• Support for all versions of Windows in use today: 7, 2008 R2, Vista, XP, 2008, 2003, 2000, Me, 98, 95, and NT 4.0. (No service packs are required.)
• Extensive support for installation of 64-bit applications on the 64-bit editions of Windows. Both the x64 and Itanium architectures are supported. (On the Itanium architecture, Service Pack 1 or later is required on Windows Server 2003 to install in 64-bit mode.)
• Supports creation of a single EXE to install your program for easy online distribution. Disk spanning is also supported.
• Standard Windows 2000/XP-style wizard interface.
• Customizable setup types, e.g. Full, Minimal, Custom.
• Complete uninstall capabilities.
• Installation of files: Includes integrated support for "deflate", bzip2, and 7-Zip LZMA file compression. The installer has the ability to compare file version info, replace in-use files, use shared file counting, register DLL/OCX's and type libraries, and install fonts.
• Creation of shortcuts anywhere, including in the Start Menu and on the desktop.
• Creation of registry and .INI entries.
• Running other programs before, during or after install.
• Support for multilingual installs, including right-to-left language support.
• Support for passworded and encrypted installs.
• Support for digitally signed installs and uninstalls.
• Silent install and uninstall.
• Unicode installs. (Windows 2000/XP or later)
• Integrated Pascal scripting engine option for advanced run-time install and uninstall customization.
• Full source code is available (Borland Delphi 2.0-5.0 and 2009).
Changes in version 5.3.8 (2010-02-18):
* Added new [Setup] section directive: UsePreviousLanguage. When this directive is yes, the default, at startup Setup will look in the registry to see if the same application is already installed, and if so, it will use the language of the previous installation as the default language selected in the list of available languages on the Select Language dialog. Note that this directive does not change the language used by the Select Language dialog itself because it cannot assume that the current user understands the same languages as the previous user. UsePreviousLanguage must be set to no when AppId includes constants.
* On Windows Vista and newer, Uninstall no longer blocks system shutdown until the uninstallation has actually started. This should make the Windows 7 Logo Kit (which wrongly tests any .exe in the application directory including the uninstaller) happy when it tries to shutdown an Uninstall sitting on its confirmation prompt.
* On Windows NT and newer, PrivilegesRequired=lowest now has an additional effect: the uninstall info root key will always be HKEY_CURRENT_USER, and the "common" forms of the Shell Folder constants are always mapped to the "user" forms, even if administrative privileges are available.
* [Setup] section directive CreateUninstallRegKey may now be set to a boolean expression, which may contain calls to check functions. For example: CreateUninstallRegKey=not IsTaskSelected('portablemode'). See the CreateUninstallRegKey documentation for details.
* The Preparing to Install wizard page now offers the user an option to directly reboot instead of just saying a reboot is needed. To trigger this option from a PrepareToInstall event function set its new NeedsRestart parameter to True.
* In the MinVersion and OnlyBelowVersion directives and parameters, .x is now treated the same as .0x when a major version of 5 or higher is specified. Thus, you now have the option of using either 5.01 or 5.1 to specify Windows XP. However, to maintain compatibility with existing scripts, 4.x will still be interpreted as 4.x0.
* Pascal Scripting: Added new PageIndexFromID support function.
* The online documentation available at http://www.jrsoftware.org/ishelp/ now has an index and is searchable.
* QuickStart Pack changes:
o Added ISPP function StringChange.
o The ISPP documentation is now available online at http://www.jrsoftware.org/ispphelp/.
* The uninstall program's version is now 51.(10)51.0.0.
* Minor tweaks.
The Inno Setup QuickStart Pack includes Inno Setup itself and additionally includes options to install third-party add-ons such as the ISTool script editor and Inno Setup Preprocessor. These add-ons are not official and are not required for general usage, but make Inno Setup easier to use.
Homepage - http://www.jrsoftware.org/isinfo.php
Size: 1.50 MB
Download Setup Stable