github no-faff/InstallerClean v1.8.1

latest releases: v2.3.0, v2.3.0-preview, v2.2.0...
2 months ago

What's changed

Completion overlay polish

  • The all-clean overlay (the one you see after a scan that finds nothing to remove) now uses the same two-tier text layout as the post-Move and post-Delete overlays. The first line ("Nothing to clean up in C:\Windows\Installer") renders in body weight; the scan receipt ("Scanned N products in T") sits below it in a smaller muted font. Previously both lines rendered at the same weight, so the all-clean state looked structurally different to the success states.
  • Trailing full stops gone from every completion-overlay text line (summary, scan receipt, restore hints) so the overlays read consistently.

Downloads

File Size Description
InstallerClean-setup.exe ~90 MB Recommended. Inno Setup installer; handles uninstall via Add/Remove Programs.
InstallerClean-portable.exe ~63 MB Self-contained single executable. Copy to a USB stick, run, done.
InstallerClean-slim.exe ~1.9 MB Smallest download. Requires the .NET 10 Desktop Runtime.

The setup and portable builds bundle the .NET 10 runtime so nothing else needs to be installed. The slim build is for machines that already have .NET 10 (Visual Studio installs it).

Verify your download (SHA-256)
71b88a2a979404c65b06e04763041c1292842e00e7ae17d0129b2deecb5b0e44  InstallerClean-setup.exe
eac99d7a46a79de88dad3b017fe8de58b78a92bd3c21e0ba6331fc4640fbae33  InstallerClean-portable.exe
a45785c6dc6a647fdf94da6abd3019f16a8d52a211fdf29093ee010175edef02  InstallerClean-slim.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 '71b88a2a979404c65b06e04763041c1292842e00e7ae17d0129b2deecb5b0e44'

VirusTotal

All three builds clean across every engine. Different denominators because not every engine runs on every file.

Don't miss a new InstallerClean release

NewReleases is sending notifications on new releases.