mirror of
https://gitlab.com/cleanflash/installer.git
synced 2026-08-13 10:51:37 +08:00
version: Bump version to 34.0.0.164 and fix ownership issues
This commit is contained in:
@@ -18,6 +18,10 @@ namespace CleanFlashCommon {
|
||||
"seamonkey", "palemoon", "plugin-container"
|
||||
};
|
||||
|
||||
static Uninstaller() {
|
||||
WinAPI.AllowModifications();
|
||||
}
|
||||
|
||||
public static void UninstallRegistry() {
|
||||
if (Environment.Is64BitOperatingSystem) {
|
||||
RegistryManager.ApplyRegistry(Properties.Resources.uninstallRegistry, Properties.Resources.uninstallRegistry64);
|
||||
|
||||
Reference in New Issue
Block a user