Why can't I install the latest Wireshark on Windows Server?
I get a message saying vista is not supported even though vista is not the operating system.
I get a message saying vista is not supported even though vista is not the operating system.
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.
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").
Please start posting anonymously - your entry will be published after you log in or create a new account.
Asked: 2019-04-12 21:44:35 +0000
Seen: 414 times
Last updated: Apr 13 '19
On what version of Windows Server are you trying to install it?
And did you get the message