1
0
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:
dmiller
2023-03-02 16:27:48 +00:00
parent 3b3a4fa46a
commit ad3935b642

View File

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