Icon

Inno Setup

Inno Setup is an open-source installation builder for Windows applications, created by Jordan Russell in 1997. It is script-driven and widely used for reliable software deployment.
Latest: 6.7.2 Web Scrape
Last checked: Jun 9, 2026 12:10am
Rank: 2547/15140
Also monitored via:
GitHub Releases Site Monitor Winget
Follow to track new versions in your feed.
Report

Overview

0
License: free for non-commercial use; commercial users must purchase a licenseInstaller: script-driven installation systemWinget: Available

Version & Lifecycle

0
Current: 6.7.2 N-2: 6.7.0 Oldest supported: 1.09 Avg cadence: Every 29 days

Top Contributors

Top sitewide contributors:

  1. Anbarasan
  2. nico_k
  3. Bob
  4. Vigneshwaran

Community Notes

Silent install note • May 12, 2026
0

Inno Setup silent install, uninstall, and close-before-update note

For managed Inno Setup updates, close the Inno Setup IDE before running the installer. Both machine-wide and per-user Windows update flows can return Exit Code 1 when the application is open during the update process, so deployment tooling should prompt for closure or stop the running IDE before launching the update.

Inno Setup’s own installer supports the standard Inno Setup command-line switches. For unattended install packaging, use /VERYSILENT with /SUPPRESSMSGBOXES and /NORESTART when appropriate, and add /LOG to capture a setup log. Use /DIR="C:PathToFolder" only when you intentionally need a non-default install directory.

For uninstall automation, the official uninstaller command-line help documents the same quiet-mode controls, including /VERYSILENT, /SUPPRESSMSGBOXES, /NORESTART, and /LOG. Validate the installer source from the official downloads page before packaging.

Official sources: setup command line parameters, uninstaller command line parameters, and Inno Setup downloads.

Release Notes & Updates

0
Avg cadence:
Updates • 0

Help us match vulnerabilities

No vulnerability match yet. Pick the right product:

Looking for matching products…
Don’t see it? Paste a CPE

Also known as

Other names people use for this app — helps search and matching.

InnoSetupjrsoftware InnoSetup

Packaging Notes

0

Script-driven installer created in Delphi; supports unique builds with enhanced encryption

Notes

0

Supports Windows Vista and later; Windows Vista and Server 2008 no longer supported since version 6; commercial use requires license purchase.