Microsoft KB Archive/121091

From BetaArchive Wiki
< Microsoft KB Archive
Revision as of 13:15, 20 July 2020 by X010 (talk | contribs) (Text replacement - """ to """)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

How to Determine Which Version of Win32s Is Installed

Q121091



The information in this article applies to:


  • Microsoft Win32s versions 1.1, 1.15, 1.2, 1.3, 1.3c





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.

  1. 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 

Additional query words: 1.10 1.20 1.25 1.25a 1.30a

Keywords : kbenv
Issue type :
Technology : kbWin32sSearch kbWin32s110 kbWin32s115 kbWin32s120 kbWin32s130 kbWin32s130c


Last Reviewed: January 15, 2000
© 2001 Microsoft Corporation. All rights reserved. Terms of Use.