NSIS: uninstall etwdump; extcap binaries not in program directory

Could not find evidence that extcap binaries were ever in
program folder so should not affect uninstall of old versions.
This commit is contained in:
Chuck Craft 2022-10-26 11:07:24 -05:00 committed by A Wireshark GitLab Utility
parent 267954cda2
commit a4f1e5c6fe
1 changed files with 2 additions and 7 deletions

View File

@ -127,23 +127,17 @@ SetShellVarContext all
Push "${EXECUTABLE_MARKER}"
Push "${PROGRAM_NAME}"
Push "androiddump"
Push "capinfos"
Push "captype"
Push "ciscodump"
Push "dftest"
Push "dumpcap"
Push "editcap"
Push "mergecap"
Push "randpkt"
Push "randpktdump"
Push "rawshark"
Push "reordercap"
Push "sshdump"
Push "text2pcap"
Push "tshark"
Push "udpdump"
Push "wifidump"
!ifdef MMDBRESOLVE_EXE
Push "mmdbresolve"
@ -186,9 +180,10 @@ Delete "$INSTDIR\audio\*.*"
Delete "$INSTDIR\bearer\*.*"
Delete "$INSTDIR\diameter\*.*"
Delete "$INSTDIR\extcap\androiddump.*"
Delete "$INSTDIR\extcap\ciscodump.*"
Delete "$INSTDIR\extcap\etwdump.*"
Delete "$INSTDIR\extcap\randpktdump.*"
Delete "$INSTDIR\extcap\sshdump.*"
Delete "$INSTDIR\extcap\ciscodump.*"
Delete "$INSTDIR\extcap\udpdump.*"
Delete "$INSTDIR\extcap\wifidump.*"
Delete "$INSTDIR\gpl-2.0-standalone.html"