First time here? Check out the FAQ!
THIS IS A TEST INSTANCE. Feel free to ask and answer questions, but take care to avoid triggering too many notifications.
0

install tshark on windows with non admin user

when installing tshark 2.6.1 on windows, it installs vc++ redistributable 2017 which requires admin rights. I was wondering if there is a way to overcome this issue? Can I compile tshark and set all the dependencies as embedded in the exe? How to do it?

Tsahi's avatar
1
Tsahi
asked 2018-07-09 17:33:27 +0000
edit flag offensive 0 remove flag close merge delete

Comments

add a comment see more comments

1 Answer

0

It might be possible, but static linking isn't recommended by MS, and isn't supported by the Wireshark project.

Info (about VS2015, but it's also applicable to VS2017)) from MS about the uCRT (introduced in VC 2015) here, and an SO answer with some possible solutions here.

Have you looked at the Portable version of Wireshark, that includes tshark? I haven't tried that, so I don't know if has vc dependencies.

grahamb's avatar
23.8k
grahamb
answered 2018-07-09 18:53:01 +0000, updated 2018-07-09 18:54:55 +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