What's changed
- A tidier installer title. The setup window and the Add/Remove Programs entry now read "InstallerClean 1.9.2" instead of "InstallerClean version 1.9.2" (in Italian, no longer "InstallerClean versione 1.9.2"); the redundant word between the name and the version is dropped, matching the new default in Inno Setup 7. Thanks to @bovirus for the suggestion.
The installer script is also tidied up behind the scenes (the language definitions moved into their own file, and the publish folder referenced through a single definition), with no change to what gets installed. The full per-change detail is in the changelog.
Downloads
- InstallerClean-setup.exe (~90 MB) - Inno Setup installer; handles uninstall via Add/Remove Programs. Includes the command-line tool.
- InstallerClean-portable.exe (~65 MB) - Self-contained single executable. Copy to a USB stick, run, done.
- installerclean-cli.exe (~38 MB) - The command-line tool on its own. Self-contained, no install, nothing left behind. For scripting, scheduled tasks and deployment.
Verify your download (SHA-256)
6ba1be7f148a14022ef975ed38a417e730fb46c9583c9a76311497eb22fd9f6f InstallerClean-setup.exe
c844ee11b274fb85e03a0ae0d41c6aee22c5aec94c6732e37ca905197eececa5 InstallerClean-portable.exe
10664002d8ca8ea07ed196d9c3fb357de72deddfc7e5986450fcf0e4dcbd5e08 installerclean-cli.exe
Hashes are also published as .sha256 sidecar files alongside each binary on this release. To verify in PowerShell:
(Get-FileHash -Algorithm SHA256 .\InstallerClean-setup.exe).Hash -eq '6ba1be7f148a14022ef975ed38a417e730fb46c9583c9a76311497eb22fd9f6f'VirusTotal
- InstallerClean-setup.exe: 0/68 ✨
- InstallerClean-portable.exe: 0/69 ✨
- installerclean-cli.exe: 0/68 ✨
All three builds clean across every engine. Different denominators because not every engine runs on every file.