How to Determine Which Version of Win32s Is Installed

ID: Q121091

1.10 1.15 1.20 1.30 1.30c WINDOWS

The information in this article applies to:

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: KBSubCategory: W32s

Additional reference words: 1.10 1.15 1.20 1.25 1.25a 1.30 1.30a 1.30c

Keywords          : kbenv
Version           : 1.10 1.15 1.20 1.30 1.30c
Platform          : WINDOWS

Last Reviewed: May 12, 1998