mirror of
https://github.com/nmap/nmap.git
synced 2026-08-04 14:49:29 +00:00
Remove Nmap registry key on uninstall regardless of whether it's empty
This commit is contained in:
parent
5afd9c60e6
commit
6bf973cf0f
1 changed files with 1 additions and 1 deletions
|
|
@ -565,7 +565,7 @@ Section "Uninstall"
|
|||
SetDetailsPrint textonly
|
||||
DetailPrint "Deleting Registry Keys..."
|
||||
SetDetailsPrint listonly
|
||||
DeleteRegKey /ifempty HKCU "Software\${NMAP_NAME}"
|
||||
DeleteRegKey HKCU "Software\${NMAP_NAME}"
|
||||
DeleteRegKey HKLM "Software\Microsoft\Windows\CurrentVersion\Uninstall\${NMAP_NAME}"
|
||||
SetDetailsPrint textonly
|
||||
DetailPrint "Unregistering Nmap Path..."
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue