//galaksion // ad-maven
Menu

Inno Setup 6.7.2 / 7.0.0 Beta

May 19, 2026 - Software
Inno Setup 6.7.2 / 7.0.0 Beta

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. It supports the disk spanning, full uninstall capabilities, customizable setup types, integrated file compression. Also includes support for installing shared files and OCX’s, and creation of Start Menu icons, INI entries, and registry entries.

This program places no arbitrary limits on how many files, shortcuts, registry entries, etc. that you may include in an installation. However, keep in mind that Inno Setup does need memory for each entry in a script. For example, roughly 120 bytes of memory is needed for each [Files] entry.

Inno Setup Key features:

  • Extensive support for installation of 64-bit applications on the 64-bit editions of Windows. The x64, ARM64 and Itanium architectures are all supported.
  • Extensive support for both administrative and non administrative installations.
  • Supports creation of a single EXE to install your program for easy online distribution. Also supports the Disk spanning.
  • Standard Windows 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/LZMA2 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.
  • Support for multilingual installs, including right-to-left language support.
  • Running other programs before, during or after install.
  • Support for passworded and encrypted installs.
  • Support for digitally signed installs and uninstalls, including dual signing (SHA1 & SHA256).
  • Silent install and uninstall.
  • Unicode installs.
  • Integrated preprocessor option for advanced compile-time customization.
  • Integrated Pascal scripting engine option for advanced run-time install and uninstall customization.
  • Full source code is available from GitHub.
  • Tiny footprint: only about 1.3 mB overhead with all features included.
  • All features are fully documented.
  • Used by Microsoft Visual Studio Code and Embarcardero Delphi.

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.

 

6.7.2 (2026-05-18)

Using Inno Setup commercially? Please purchase a license.

Fixes backported from Inno Setup 7:
Compiler IDE: Fixed autocompletion for section names, constants, and ISPP directives breaking after the mouse hovered over the [Code] section.
Compiler IDE: Find in Files, Replace All, and Select All Find Matches could enter an infinite loop, or miss a valid match at the end of the text, when using a regular expression that matches zero-length text (for example ^ or \b).
Updated ISCC to no longer create the Inno Setup registry key when only reading from it.
[Files] section entries with the extractarchive flag could fail to extract any files from an archive if the first entry in the archive didn’t match.
For example, if the archive contained a file in a subdirectory as its first entry (for example, subdir\file1.txt followed by file2.txt) and recursesubdirs was not used, no files would be extracted at all, not even file2.txt.
ISPP: Fixed handling of relative filenames by support functions ReadIni, WriteIni, and Is64BitPEImage to be the same as other file-related support functions.
Pascal Scripting: Fixed support functions InitializeBitmapButtonFromIcon (broken since its introduction) and InitializeBitmapImageFromIcon (broken since 6.5.0).
Setup: Added workaround for limitations in Wine’s RichEdit implementation that caused text displayed by the [Setup] section directives LicenseFile, InfoBeforeFile, and InfoAfterFile to show with unchanged foreground colors when a custom wizard style is active.
Other minor fixes.
Compiler IDE: Added a banner that will appear starting July 2026, reminding you of the Inno Setup 7 release. Inno Setup 7 can be installed side-by-side with Inno Setup 6.

More Info

 

(Freeware)

Inno Setup 6.7.2

Download

 

Inno Setup 7.0.0 Beta

x86 edition

Download

 

x64 edition

Download

 

One thought on “Inno Setup 6.7.2 / 7.0.0 Beta

Leave a Reply