Tool that helps you to create windows installers

Inno Setup

Inno Setup 5.5.6

  -  1.85 MB  -  Open Source
  • Latest Version

    Inno Setup 6.2.2

  • Operating System

    Windows XP / XP64 / Vista / Vista64 / Windows 7 / Windows 7 64 / Windows 8 / Windows 8 64

  • User Rating

    Click to vote
  • Author / Product

    Jordan Russell / External Link

  • Filename

    isetup-5.5.6.exe

  • MD5 Checksum

    6487204ab8f438e812353051630a20a9

Sometimes latest versions of the software can cause issues when installed on older devices or devices running an older version of the operating system.

Software makers usually fix these issues but it can take them some time. What you can do in the meantime is to download and install an older version of Inno Setup 5.5.6.


For those interested in downloading the most recent release of Inno Setup or reading our review, simply click here.


All old versions distributed on our website are completely virus-free and available for download at no cost.


We would love to hear from you

If you have any questions or ideas that you want to share with us - head over to our Contact page and let us know. We value your feedback!

  • Inno Setup 5.5.6 Screenshots

    The images below have been resized. Click on them to view the screenshots in full size.

    Inno Setup 5.5.6 Screenshot 1
  • Inno Setup 5.5.6 Screenshot 2
  • Inno Setup 5.5.6 Screenshot 3

What's new in this version:

- Added the Windows 10 "compatibility" section to the various manifest resources used by Inno Setup. This enables any check for the operating system version to get the real version number (10.0) instead of getting the same version number as it did in Windows 8.1 (6.3).
- Added new [Setup] section directive: SignToolRetryCount, which defaults to 2. Specifies the number of times the Setup Compiler should automatically retry digital signing on any errors.
- Added new [Setup] section directive: SetupMutex. Can be used to prevent Setup from running while Setup is already running.
- Fix: Console-mode compiler (ISCC) change: Renamed /DO and /EO command line parameters to /O- and /O+ to avoid possible conflicts with /D.
- Pascal Scripting change: Unicode Inno Setup: Added new functions VarIsClear and UnpinShellLink.
- Inno Setup Preprocessor (ISPP) change: Added new function ForceDirectories.
- Unicode [Code] based on RemObjects Pascal Script Git commit db0d6f521113a31b34a76aeefd79fb148a9c4bfd.
- Various documentation improvements. Contributed by jogo- via GitHub.
- Minor tweaks.