mirror of
https://gitlab.com/cleanflash/installer.git
synced 2026-08-13 19:01:39 +08:00
uninstaller: Unregister any ActiveX plugin uninstalled
This commit is contained in:
@@ -51,6 +51,10 @@ namespace CleanFlashCommon {
|
||||
return;
|
||||
}
|
||||
|
||||
if (file.Extension.ToLower().Equals(".ocx")) {
|
||||
Uninstaller.UnregisterActiveX(file.FullName);
|
||||
}
|
||||
|
||||
try {
|
||||
file.IsReadOnly = false;
|
||||
file.Delete();
|
||||
|
||||
Reference in New Issue
Block a user