Ask Your Question

Revision history [back]

install two wireshark through command in line silent mode

Hi Team,

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