mirror of
https://github.com/nmap/nmap.git
synced 2026-08-04 14:49:29 +00:00
o Update Windows installer to handle Windows 7 (tested with the Beta
build 7000) [Rob Nicholls]
This commit is contained in:
parent
19d919f15b
commit
8daf8b1474
2 changed files with 5 additions and 1 deletions
|
|
@ -1,5 +1,8 @@
|
|||
# Nmap Changelog ($Id$); -*-text-*-
|
||||
|
||||
o Update Windows installer to handle Windows 7 (tested with the Beta
|
||||
build 7000) [Rob Nicholls]
|
||||
|
||||
o Nmap now reports a proper error message when you combine an IPv6
|
||||
scan (-6) with random IPv4 address selection (-iR). [Henri Doreau]
|
||||
|
||||
|
|
|
|||
|
|
@ -288,7 +288,8 @@ Section "WinPcap" SecWinPcap
|
|||
|
||||
; Check windows version
|
||||
ReadRegStr $R0 HKLM "SOFTWARE\Microsoft\Windows NT\CurrentVersion" CurrentVersion
|
||||
StrCmp $R0 '6.0' vista_files
|
||||
StrCpy $R0 $R0 2
|
||||
StrCmp $R0 '6.' vista_files
|
||||
|
||||
File Packet.dll
|
||||
File WanPacket.dll
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue