mirror of
https://github.com/nmap/nmap.git
synced 2026-02-01 11:09:07 +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:
@@ -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"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user