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

Why can't I install the latest Wireshark on Windows Server?

  • retag add tags

I get a message saying vista is not supported even though vista is not the operating system.

jsant's avatar
1
jsant
asked 2019-04-12 21:44:35 +0000
Guy Harris's avatar
19.9k
Guy Harris
updated 2019-04-12 22:50:27 +0000
edit flag offensive 0 remove flag close merge delete

Comments

On what version of Windows Server are you trying to install it?

Guy Harris's avatar Guy Harris (2019-04-12 22:52:26 +0000) edit

And did you get the message

    Windows Vista is no longer supported.
    Please install Wireshark 2.2 instead.
Guy Harris's avatar Guy Harris (2019-04-14 03:13:39 +0000) edit
add a comment see more comments

1 Answer

0

See the System Requirements from the Users Guide. If the installer is mis-identifying the platform as Vista, it's likely that the server is Windows 2008 which is no longer supported.

See the LifeCycle Wiki page for info on which versions of Wireshark are supported on platforms. For Server 2008 this is 2.2.

grahamb's avatar
23.8k
grahamb
answered 2019-04-13 11:53:28 +0000
edit flag offensive 0 remove flag delete link

Comments

If the installer is mis-identifying the platform as Vista...

...then the NSIS code

  ReadRegStr $R2 HKLM \
  "SOFTWARE\Microsoft\Windows NT\CurrentVersion" InstallationType

in GetWindowsVersion.nsh is reading a string other than "Server" from the Registry on Windows Server 2008 (assuming code flow in NSIS language works the way it does in other languages, it looks as if, were it not to read either "Client" nor "Server" from the registry, it'd fall into the same code that handles "Client").

Guy Harris's avatar Guy Harris (2019-04-14 03:22:53 +0000) edit
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