From 0cc3f4f7575bb0081c885f203309c8058477a127 Mon Sep 17 00:00:00 2001 From: Mikhail Thompson Date: Thu, 30 May 2024 12:23:33 +0200 Subject: [PATCH] kill tray tool on uninstall --- Rectify11Installer/Core/Backend/Themes.cs | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Rectify11Installer/Core/Backend/Themes.cs b/Rectify11Installer/Core/Backend/Themes.cs index ba60ef642..ba69d6e72 100644 --- a/Rectify11Installer/Core/Backend/Themes.cs +++ b/Rectify11Installer/Core/Backend/Themes.cs @@ -133,6 +133,9 @@ public static bool Uninstall() UninstallMfe(); + // kill tray tool + Helper.KillProcess("rectify11traytool.exe"); + try { var key = Registry.ClassesRoot.OpenSubKey(@"CLSID", true);