Topics
All
MacOS
(Only)
Windows
(Only)
Linux
(Only, Not)
iOS
(Only, Not)
Components
Crossplatform Mac & Win
Server
Client
Old
Deprecated
Guides
Examples
Videos
New in version:
9.5
10.0
10.1
10.2
10.3
10.4
10.5
11.0
11.1
11.2
Statistic
FMM
Blog
Returns a bit mask that identifies the product suites available on the system.
Component | Version | macOS | Windows | Linux | Server | iOS SDK |
SystemInfo | 2.8 | ❌ No | ✅ Yes | ❌ No | ✅ Yes, on Windows | ❌ No |
none
The mask as number.
VER_SUITE_BACKOFFICE | 4 | Microsoft BackOffice components are installed. |
VER_SUITE_BLADE | &h0400 | Windows Server 2003, Web Edition is installed. |
VER_SUITE_COMPUTE_SERVER | &h4000 | Windows Server 2003, Compute Cluster Edition is installed. |
VER_SUITE_DATACENTER | &h0080 | Windows Server 2008 Datacenter, Windows Server 2003, Datacenter Edition, or Windows 2000 Datacenter Server is installed. |
VER_SUITE_ENTERPRISE | 2 | Windows Server 2008 Enterprise, Windows Server 2003, Enterprise Edition, or Windows 2000 Advanced Server is installed. Refer to the Remarks section for more information about this bit flag. |
VER_SUITE_EMBEDDEDNT | &h0040 | Windows XP Embedded is installed. |
VER_SUITE_PERSONAL | &h0200 | Windows Vista Home Premium, Windows Vista Home Basic, or Windows XP Home Edition is installed. |
VER_SUITE_SINGLEUSERTS | &h0100 | Remote Desktop is supported, but only one interactive session is supported. This value is set unless the system is running in application server mode. |
VER_SUITE_SMALLBUSINESS | 1 | Microsoft Small Business Server was once installed on the system, but may have been upgraded to another version of Windows. Refer to the Remarks section for more information about this bit flag. |
VER_SUITE_SMALLBUSINESS_RESTRICTED | &h0020 | Microsoft Small Business Server is installed with the restrictive client license in force. Refer to the Remarks section for more information about this bit flag. |
VER_SUITE_STORAGE_SERVER | &h2000 | Windows Storage Server 2003 R2 or Windows Storage Server 2003is installed. |
VER_SUITE_TERMINAL | &h0010 | Terminal Services is installed. This value is always set. If VER_SUITE_TERMINAL is set but VER_SUITE_SINGLEUSERTS is not set, the system is running in application server mode. |
VER_SUITE_WH_SERVER | &h8000 | Windows Home Server is installed. |
Created 18th August 2014, last changed 18th August 2014
SystemInfo.WinServicePackMinor - SystemInfo.WinSystemMetrics
Feedback: Report problem or ask question.