From 33a6a0a49bc8cd8ac073ff6165b8ce49db96d6cf Mon Sep 17 00:00:00 2001 From: robert Date: Sat, 20 Nov 2010 09:04:49 +0000 Subject: [PATCH] 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). --- mswin32/nsis/Nmap.nsi | 3 +++ 1 file changed, 3 insertions(+) diff --git a/mswin32/nsis/Nmap.nsi b/mswin32/nsis/Nmap.nsi index 11413299a..4183d6c96 100644 --- a/mswin32/nsis/Nmap.nsi +++ b/mswin32/nsis/Nmap.nsi @@ -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"