Added uninstall entry for ca-bundle.crt (CAs for Ncat on Win32) to NSIS script.

This commit is contained in:
jah 2009-05-16 15:30:57 +00:00
parent bc75854cb0
commit 4f1e6e743c

View file

@ -344,6 +344,7 @@ Section "Uninstall"
Delete "$INSTDIR\ZENMAP_README"
Delete "$INSTDIR\COPYING_HIGWIDGETS"
Delete "$INSTDIR\ncat.exe"
Delete "$INSTDIR\ca-bundle.crt"
;Delete specific subfolders (NB: custom scripts in scripts folder will be lost)
RMDir /r "$INSTDIR\nselib"
RMDir /r "$INSTDIR\scripts"