How Systems Management Server Detects a Windows ClientLast reviewed: April 23, 1997Article ID: Q140781 |
The information in this article applies to:
SUMMARYBecause of the wide variety in client configurations, Systems Management Server must use several methods of detecting if Windows is installed on the client, and where that installation is located. An additional step of detecting the exact Windows version is also necessary. Once client setup has set the operating system(s) and network types, only these types are used by the inventory agent when reporting machine inventory. Related to this, the network type of the client is solely determined by the network type of the Systems Management Server logon server the client was installed from.
MORE INFORMATIONThe Systems Management Server Client Setup (CLI_DOS.EXE) uses the following steps:
From the five bytes read from WINVER.EXE, bytes 3 and 4 contain the major and minor version data. Byte 1 contains the following used for Windows versus Windows for Workgroups detection:
Windows 3.1 = 0x44 // Almost all languages
0x54 // Chinese
0x64 // Korean
Workgroups 3.11 = 0x2B // Almost all languages
0x24 // Finnish
0x2C // French
0x2D // Hungarian
0x32 // Spanish
If you think there are problems detecting the Windows directory, ensure
that WIN.COM, WIN.INI, and WINVER.EXE are all available along the path.
|
Additional query words: prodsms
© 1998 Microsoft Corporation. All rights reserved. Terms of Use. |