THIS IS A TEST INSTANCE. Feel free to ask and answer questions, but take care to avoid triggering too many notifications.
0

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

shrwantech's avatar
1
shrwantech
asked 2019-02-16 12:25:57 +0000
edit flag offensive 0 remove flag close merge delete

Comments

add a comment see more comments

1 Answer

0

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.

grahamb's avatar
23.8k
grahamb
answered 2019-02-16 17:04:02 +0000
edit flag offensive 0 remove flag delete link

Comments

add a comment see more comments

Your Answer

Please start posting anonymously - your entry will be published after you log in or create a new account. This space is reserved only for answers. If you would like to engage in a discussion, please instead post a comment under the question or an answer that you would like to discuss.

Add Answer