mirror of
https://github.com/nmap/nmap.git
synced 2026-08-31 06:56:38 +00:00
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:
parent
09512ff092
commit
0d7496cc3e
2 changed files with 5 additions and 1 deletions
|
|
@ -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.
|
||||
|
||||
|
|
|
|||
|
|
@ -83,7 +83,7 @@ Function .onInit
|
|||
return
|
||||
|
||||
run_uninstaller:
|
||||
ExecWait '"$0\Uninstall.exe"'
|
||||
ExecWait '"$0\Uninstall.exe" _?=$INSTDIR'
|
||||
|
||||
FunctionEnd
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue