Skip to content

Releases: JustAMan/pyWinClobber

Bugfixes: better handling of date format in driver_cleanup, better handling "access denied" in msi_cleanup

19 Mar 11:06
Compare
Choose a tag to compare

Bugfixes:

  • better handling of date format in driver_cleanup - it will now treat all "dates" that don't resemble a date (that is, are not a group of three numbers interspaced with "/" symbol) as simple strings; that should handle dates like "Unknown"
  • better handling "access denied" in msi_cleanup: now it should provide a message "access denied" in English regardless of installed locale (so it should be readable on all systems)

More bugfixes: for German locale, for some quircky cases, etc.

08 Oct 19:01
Compare
Choose a tag to compare
  • German locale pnputil.exe support should be fixed
  • Fixed crash when .inf file was missing in driver directory in DriverStorage
  • For now ignoring the case when there're two identical .inf files in %WINDIR%\Inf
  • Fixed some case in msi_cleanup when LocalPackage attribute was missing for certain MSI product

Binary release with bugfixes for Russian locale

07 Oct 15:37
Compare
Choose a tag to compare

This release includes the fixes for Russian (and hopefully other non-English ones) locale.
There're still bugs that need fixing which will be addressed in further releases.

Initial binary release

23 Aug 18:35
Compare
Choose a tag to compare

Initial release with binaries ready for standalone use.

Please download and unzip the version that corresponds with bitness of your Windows installation! Otherwise driver cleanup might not be possible.