o Fixed our Winpcap installer so that it waits for a Winpcap uninstall

(if needed) to complete before trying to install the new Winpcap.
  Thanks to Jah for the patch.
This commit is contained in:
fyodor 2007-12-21 03:51:44 +00:00
parent 09512ff092
commit 0d7496cc3e
2 changed files with 5 additions and 1 deletions

View file

@ -1,5 +1,9 @@
# Nmap Changelog ($Id$); -*-text-*-
o Fixed our Winpcap installer so that it waits for a Winpcap uninstall
(if needed) to complete before trying to install the new Winpcap.
Thanks to Jah for the patch.
o Fix a bunch of warning/error messages which contained an extra
newline. Thanks to Brandon Enright for the patch.

View file

@ -83,7 +83,7 @@ Function .onInit
return
run_uninstaller:
ExecWait '"$0\Uninstall.exe"'
ExecWait '"$0\Uninstall.exe" _?=$INSTDIR'
FunctionEnd