mirror of
https://github.com/safing/portmaster
synced 2025-04-23 04:19:10 +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
|
SetShellVarContext all
|
||||||
|
|
||||||
; Delete v1 registry values
|
; 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:
|
Finish:
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue