From 90ce30e8421d674569215cdc58ce773fdb1c35dc Mon Sep 17 00:00:00 2001 From: Alexandr Stelnykovych Date: Thu, 27 Mar 2025 15:47:53 +0200 Subject: [PATCH] [desktop] Windows Installer: unregister V1 uninstaller --- desktop/tauri/src-tauri/templates/nsis/install_hooks.nsh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/desktop/tauri/src-tauri/templates/nsis/install_hooks.nsh b/desktop/tauri/src-tauri/templates/nsis/install_hooks.nsh index 15f10fd7..fb8fccda 100644 --- a/desktop/tauri/src-tauri/templates/nsis/install_hooks.nsh +++ b/desktop/tauri/src-tauri/templates/nsis/install_hooks.nsh @@ -124,7 +124,7 @@ var dataDir SetShellVarContext all ; Delete v1 registry values - DeleteRegKey HKLM "Computer\HKEY_LOCAL_MACHINE\SOFTWARE\WOW6432Node\Microsoft\Windows\CurrentVersion\Uninstall\Portmaster" + DeleteRegKey HKLM "SOFTWARE\WOW6432Node\Microsoft\Windows\CurrentVersion\Uninstall\Portmaster" Finish: