Skip to content

v2.0.0

Choose a tag to compare

@FarmLox FarmLox released this 06 Jul 16:24
· 736 commits to main since this release

InstallerClean 2.0.0

InstallerClean now comes in 15 languages

Japanese is a new, extremely kind gift from @coolvitto: the entire app translated from scratch by a native speaker. For the remaining languages, I have gone to great lengths to make the very best machine translations I can. Italian had already gone live in v1.9.1 - thanks again to @bovirus for submitting corrections and approving the rest of it. That process gave me the confidence to ship all the languages now, after another round of improvements, rather than wait for another coolvitto/bovirus to come along and make any final tweaks.

Each language covers the whole of InstallerClean: the app, the installer and the command line. It follows your Windows display language automatically. Click the globe icon to switch. I hope they're worthy but, if you speak English and one of those languages, please let me know if you can improve anything.

All 15 languages also have their own README, including screenshots of InstallerClean running in that language:

In addition, there's an Arabic README. The app's own interface isn't in Arabic yet; a right-to-left layout is a bigger, separate piece of work. It might happen one day :)

Also in this release

  • The main window has been reordered: the unneeded-files count, the one you came for, now sits directly under the opening explanation, with the quieter still-needed count under it. Thanks to @bovirus for the suggestion.
  • After a delete, the completion screen now reads "cleaned up" rather than "freed", because a delete to the Recycle Bin doesn't actually free anything until you empty the bin, and a new line on the screen spells that out. The restore hint ends with an "it won't!" link to the README's "Is it safe?" section (in the corresponding language).
  • The two file-details windows line their columns up properly: headers sit above their values instead of centred, and the size/patch-count figures are right-aligned under their headers.
  • Deleting now says files are "moved to the Recycle Bin" (was "sent to"), which is what Windows itself calls it.
  • Smaller wording and layout improvements elsewhere; the changelog lists everything.

Edit 16 July:

  • Known cosmetic issue in this build: after a move (not delete), the summary screen shows the destination path with a stray "u200B" at each backslash, so D:\Backup appears as D:\u200BBackup. The move itself is fine; your files still go to the correct folder. The display is back to normal in version 2.1.0, which will be out in the next few days.

Downloads

  • InstallerClean-setup.exe (~90 MB) - Installer. Adds InstallerClean and the command-line tool, with an Add/Remove Programs entry to uninstall.
  • InstallerClean-portable.exe (~63 MB) - The app as a single executable. No installation; run it directly.
  • installerclean-cli.exe (~37 MB) - The command-line tool as a single executable, for scripting, scheduled tasks and deployment.

The apps are unsigned, so on first run Windows SmartScreen will warn that the publisher is unknown. Click "More info", then "Run anyway".

Verify your download (SHA-256)
e15764c3d9b82f07aafbb8c9c16e83d5bd1195049535e43fbe5edc6f902be457  InstallerClean-setup.exe
0bdf711a296160ebcb7adba67ba9acb2c1d6565849e7e061c80db5a170ba876f  InstallerClean-portable.exe
96bc27297c1465f61272bd48f3a8a2215ca93121d15586344ca1cce97f59bdf9  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 'e15764c3d9b82f07aafbb8c9c16e83d5bd1195049535e43fbe5edc6f902be457'

VirusTotal

All three builds clean across every engine.