Ask Your Question
0

install two wireshark through command in line silent mode

asked 2019-02-16 12:25:57 +0000

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

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
0

answered 2019-02-16 17:04:02 +0000

grahamb gravatar image

The NSIS installer (used to create the .exe) doesn't seem to have any command line option to stop the uninstall of any previous installation, but when run as an interactive installer it does ask.

Seems like this is an enhancement request and should be raised on the Wireshark Bugzilla.

edit flag offensive delete link more

Your Answer

Please start posting anonymously - your entry will be published after you log in or create a new account.

Add Answer

Question Tools

1 follower

Stats

Asked: 2019-02-16 12:25:57 +0000

Seen: 389 times

Last updated: Feb 16 '19