Skip to content

Commit

Permalink
NSIS: uninstall etwdump; extcap binaries not in program directory
Browse files Browse the repository at this point in the history
Could not find evidence that extcap binaries were ever in
program folder so should not affect uninstall of old versions.
  • Loading branch information
bubbasnmp authored and A Wireshark GitLab Utility committed Oct 28, 2022
1 parent 267954c commit a4f1e5c
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions packaging/nsis/uninstall-wireshark.nsi
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down Expand Up @@ -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"
Expand Down

0 comments on commit a4f1e5c

Please sign in to comment.