mirror of
https://github.com/safing/portmaster
synced 2025-04-14 07:59:11 +00:00
[desktop] Windows Installer: unregister V1 uninstaller
This commit is contained in:
parent
4a8c64067d
commit
90ce30e842
1 changed files with 1 additions and 1 deletions
|
@ -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:
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue