mirror of
https://github.com/nmap/nmap.git
synced 2026-08-03 22:29:06 +00:00
Added the py2exe, share and licenses folders to be removed during an installation over the top of an existing Nmap installation. This clears out any bad DLLs that might have been installed in older versions of Nmap (e.g. 5.36TEST1).
This commit is contained in:
parent
f715da890e
commit
33a6a0a49b
1 changed files with 3 additions and 0 deletions
|
|
@ -176,6 +176,9 @@ Section "Nmap Core Files" SecCore
|
|||
RMDir /r "$INSTDIR\nselib-bin"
|
||||
RMDir /r "$INSTDIR\scripts"
|
||||
RMDir /r "$INSTDIR\zenmap"
|
||||
RMDir /r "$INSTDIR\py2exe"
|
||||
RMDir /r "$INSTDIR\share"
|
||||
RMDir /r "$INSTDIR\licenses"
|
||||
|
||||
SetOutPath "$INSTDIR"
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue