mirror of
https://github.com/nmap/nmap.git
synced 2025-12-08 21:51:28 +00:00
Skip messagebox on build
This commit is contained in:
@@ -480,7 +480,6 @@ Function .onInit
|
|||||||
; this entire code path is not present in the final (real) installer.
|
; this entire code path is not present in the final (real) installer.
|
||||||
|
|
||||||
${GetParent} "$EXEPATH" $0
|
${GetParent} "$EXEPATH" $0
|
||||||
MessageBox MB_OK "Writing '$0\Uninstall.exe'"
|
|
||||||
WriteUninstaller "$0\Uninstall.exe"
|
WriteUninstaller "$0\Uninstall.exe"
|
||||||
Quit ; just bail out quickly when running the "inner" installer
|
Quit ; just bail out quickly when running the "inner" installer
|
||||||
FunctionEnd
|
FunctionEnd
|
||||||
|
|||||||
Reference in New Issue
Block a user