INFO: Detecting Windows NT Server Enterprise Edition

Last reviewed: February 20, 1998
Article ID: Q181412
The information in this article applies to:
  • Microsoft Windows NT Server Enterprise Edition version 4.0

SUMMARY

The Win32 API calls which return the operating system version number do not distinguish between Windows NT Server and Windows NT Server Enterprise Edition. To determine whether the host machine is running Windows NT Server Enterprise Edition, check the following registry value:

   HKEY_LOCAL_MACHINE\System\CurrentControlSet\Control\
          ProductOptions\ProductSuite

"ProductSuite" is stored as type REG_MULTI_SZ, and contains the string "Enterprise" if Windows NT Server Enterprise Edition is installed.

REFERENCES

RegOpenKeyEx RegQueryValueEx

Keywords          : NtwkMisc kbcluster
Version           : WINNT:4.0
Platform          : winnt
Issue type        : kbinfo


================================================================================


THE INFORMATION PROVIDED IN THE MICROSOFT KNOWLEDGE BASE IS PROVIDED "AS IS" WITHOUT WARRANTY OF ANY KIND. MICROSOFT DISCLAIMS ALL WARRANTIES, EITHER EXPRESS OR IMPLIED, INCLUDING THE WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. IN NO EVENT SHALL MICROSOFT CORPORATION OR ITS SUPPLIERS BE LIABLE FOR ANY DAMAGES WHATSOEVER INCLUDING DIRECT, INDIRECT, INCIDENTAL, CONSEQUENTIAL, LOSS OF BUSINESS PROFITS OR SPECIAL DAMAGES, EVEN IF MICROSOFT CORPORATION OR ITS SUPPLIERS HAVE BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES. SOME STATES DO NOT ALLOW THE EXCLUSION OR LIMITATION OF LIABILITY FOR CONSEQUENTIAL OR INCIDENTAL DAMAGES SO THE FOREGOING LIMITATION MAY NOT APPLY.

Last reviewed: February 20, 1998
© 1998 Microsoft Corporation. All rights reserved. Terms of Use.