Commit Graph

12 Commits

Author SHA1 Message Date
ec0307f2b7 fix: apply GUID and smart uninstall logic to manual selection mode 2025-12-22 17:25:57 +01:00
d192ba3e05 fix: force standard MSI removal by GUID to prevent reinstallation issues 2025-12-22 17:22:18 +01:00
3fac7d256c fix: prioritize modified QuietUninstallString and append /uninstall to bare executables 2025-12-22 17:17:40 +01:00
49b1008b10 fix: force MSI uninstall flag /X and pause between uninstall steps 2025-12-22 17:09:52 +01:00
56f3bd18b8 feat: display full uninstall commands in verbose output 2025-12-22 17:07:43 +01:00
9da6c06a2f feat: improve registry scanning and add verbose debug logging for uninstallers 2025-12-22 16:59:59 +01:00
dd4a8c531b feat: switch bulk uninstall to interactive mode for better debugging 2025-12-22 16:49:49 +01:00
a2390832ec fix: rename $matches to $foundSoftware to avoid reserved variable conflict 2025-12-22 16:43:53 +01:00
d3ade86eec fix: switch to System.Collections.ArrayList for robust collection handling 2025-12-22 16:39:40 +01:00
161e13d997 fix: replace array concatenation with Generic List to resolve Hashtable error 2025-12-22 16:34:25 +01:00
89445a901f ci: add github action for release builds and include pending feature updates 2025-12-22 16:25:57 +01:00
157828f49d Initial commit: PrintCleaner tool with GUI, Admin check, and custom icon 2025-12-22 12:51:09 +01:00