How to Determine Which Version of Win32s Is Installed

Last reviewed: January 21, 1997
Article ID: Q121091
The information in this article applies to:
  • Microsoft Win32s, versions 1.1, 1.15, 1.2, 1.3, 1.30c

SUMMARY

The "Win32s Programmer's Reference" describes how to use the GetWin32sInfo() function in a program to determine which version of Win32s is installed. This article explains how to determine which version of Win32s is installed interactively.

MORE INFORMATION

Use one of the following two methods to determine interactively which version of Win32s is installed:

  1. Check the WIN32S.INI file in your Windows system directory. The Version entry contains the major version and the build number (m.mm.bbb.b). This entry should be modified by any Win32-based application which installs a later version of Win32s on your Windows machine.

    NOTE: Because it is up to the application vendor to set this value when installing Win32s, the value may not be accurate. Microsoft strongly urges all independent software vendors (ISVs) to modify the WIN32S.INI file so that this information is available to customers.

    -or-

  2. If Win32s is installed on top of Windows for Workgroups, select the WIN32S16.DLL file from the Windows system directory in File Manager. Then from the File menu, choose Properties. The Version line contains the major version and the build number.

Version Information

Win32s Release versions and corresponding build numbers:

Win32s Release #    Build #
----------------    -------
   1.1              1.1.88
   1.1a             1.1.89
   1.15             1.15.103
   1.15a            1.15.111
   1.2              1.2.123
   1.25             1.2.141
   1.25a            1.2.142
   1.30             1.2.159
   1.30a            1.2.166

OLE versions shipped with corresponding Win32s versions:

Release #    OLE32    OLE16
---------    -----    -----
1.2          2.02     2.02
1.25         2.03     2.03
1.25a        2.03a    2.03a
1.30         2.03b    2.03a
1.30a        2.03c    2.03b
1.30c        2.03d    2.03b


KBCategory: kbenv
KBSubCategory: W32s
Additional reference words: 1.10 1.15 1.20 1.25 1.25a 1.30 1.30a 1.30c


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: January 21, 1997
© 1998 Microsoft Corporation. All rights reserved. Terms of Use.