I have some old servers that have old versions of WireShark installed. I need a command line to uninstall Wireshark. I'm going to use SCCM to push this command to a group of servers. Is there a msiexec command that I could run? I need to uninstall any version. asked 24 Apr '13, 10:35 claudiup edited 13 May '13, 11:29 Guy Harris ♦♦ |
One Answer:
There should be an uninstaller named
More recent versions provide a quiet uninstall path, but this is simply the uninstaller with a "/S" argument
answered 24 Apr '13, 11:49 Gerald Combs ♦♦ |
Thanks Gerald,
So what would the msiexec command look like if I needed to uninstall Wireshark with the "Silent" and "no reboot" options based on that registry entry?
you can't use msiexec as there is no MSI package. Please run this command to find the silent uninstaller string
Usually, this will resolve to something like this:
Regards
Kurt