mirror of
https://github.com/nmap/nmap.git
synced 2025-12-25 08:59:01 +00:00
Fix for NSIS syntax error
This commit is contained in:
@@ -472,7 +472,7 @@ Function .onInit
|
||||
WriteRegStr HKLM "${NMAP_UNINSTALL_KEY}" "UninstallString" '"$0"'
|
||||
WriteRegStr HKLM "${NMAP_UNINSTALL_KEY}" "InstallLocation" $1
|
||||
; For old uninstaller, we write this
|
||||
WriteRegStr HKCU "Software\${NMAP_NAME}" $1
|
||||
WriteRegStr HKCU "Software\${NMAP_NAME}" "" $1
|
||||
goto old_install
|
||||
!endif
|
||||
goto set_instdir
|
||||
|
||||
Reference in New Issue
Block a user