1
0
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:
dmiller
2024-12-16 17:59:28 +00:00
parent 1166133806
commit dd9feccb2a

View File

@@ -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