Home:ALL Converter>install two wireshark through command in line silent mode on window

install two wireshark through command in line silent mode on window

Ask Time:2019-02-16T20:24:57         Author:S kumar

Json Formatter

I am looking for the way where i can install two Wireshark version using window command line.

I am trying below PowerShell command, it is working fine but deleting old one. Is there any way to keep both version and install automatically from PowerShell without user intervention.

Start-Process Wireshark-win64-2.6.6.exe -Wait -ArgumentList @('/NCRC', '/S', '/desktopicon=no' ,'/quicklaunchicon=no', '/D=C:\Program Files\Wireshark2');

Thanks Shrwan

Author:S kumar,eproduced under the CC 4.0 BY-SA copyright license with a link to the original source and this disclaimer.
Link to original article:https://stackoverflow.com/questions/54723055/install-two-wireshark-through-command-in-line-silent-mode-on-window
yy