Skip to content
⌘ NSIS Forum Archive

WinVer Server Detection

3 posts

Yathosho#

WinVer Server Detection

(taken from Wikipedia)

The following operating systems are not part of Windows Server family but are designed for operating on server computers:

-Windows Home Server
-Windows Home Server 2011
-Windows MultiPoint Server

Since I was asked on GitHub, I thought I pass on the question whether WinVer will detect these as well.
Anders#
I assume this is the same as this question.

I don't have home server so I don't know.

It is probably better to check for a specific feature rather then a IsServer check, Windows Server Core can be pretty stripped-down...