aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/installer
diff options
context:
space:
mode:
Diffstat (limited to 'installer')
-rw-r--r--installer/customactions.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/installer/customactions.c b/installer/customactions.c
index b514acf1..b92e9dad 100644
--- a/installer/customactions.c
+++ b/installer/customactions.c
@@ -568,6 +568,7 @@ __declspec(dllexport) UINT __stdcall RemoveConfigFolder(MSIHANDLE installer)
if (!path[0] || !PathAppend(path, TEXT("Data")))
goto out;
remove_directory_recursive(installer, path, 10);
+ RegDeleteKey(HKEY_LOCAL_MACHINE, TEXT("Software\\WireGuard")); // Assumes no WOW.
out:
if (is_com_initialized)
CoUninitialize();