uninstaller: Unregister any ActiveX plugin uninstalled

This commit is contained in:
darktohka
2023-08-30 17:50:11 +03:00
parent 6f68332a30
commit 93aa977a47
2 changed files with 22 additions and 0 deletions
+4
View File
@@ -51,6 +51,10 @@ namespace CleanFlashCommon {
return;
}
if (file.Extension.ToLower().Equals(".ocx")) {
Uninstaller.UnregisterActiveX(file.FullName);
}
try {
file.IsReadOnly = false;
file.Delete();