Article ID: 235638 - Last Review: August 5, 2004 - Revision: 3.5 INFO: DCOM95 and DCOM98 Version InformationThis article was previously published under Q235638 On This PageSUMMARY
This article describes how to determine which version of DCOM95 or DCOM98 you are running and includes a table with DCOM95 and DCOM98 version information.
MORE INFORMATIONHow to Use the Registry to Determine VersionYou can check the registry to determine which version of DCOM95 or DCOM98 is installed on a Windows 95-based or Windows 98-based system. If Distributed Component Object Model (DCOM) is installed on the system, the default value of the following registry key:HKCR\CLSID\{bdc67890-4fc0-11d0-a805-00aa006d2ea4}\InstalledVersion
contains the DCOM version that is installed on the system. In the registry, the version number is stored in the format "a,b,c,d", where a, b, c, and d are numeric values that represent the following attributes:
a - major operating system version b - minor operating system version c - minor file version d - major file version Version Information TableThe following table lists the version information for DCOM95 and DCOM98:Collapse this table
How to Programmatically Determine the VersionTo programmatically determine if DCOM is installed, use the following code:REFERENCES
You can download DCOM98 for Windows 98 version 1.3 from the following Microsoft Web site:
http://www.microsoft.com/com/dcom/dcom98/dcom1_3.asp
(http://www.microsoft.com/com/dcom/dcom98/dcom1_3.asp)
You can download DCOM95 for Windows 95 version 1.3 from the following Microsoft Web site:
http://www.microsoft.com/com/dcom/dcom95/dcom1_3.asp
(http://www.microsoft.com/com/dcom/dcom95/dcom1_3.asp)
| Article Translations
|
Back to the top
