How To Determine the Version of DCOM 95/98 Using Visual Basic (232003)
The information in this article applies to:
- Microsoft Visual Basic Learning Edition for Windows 5.0
- Microsoft Visual Basic Learning Edition for Windows 6.0
- Microsoft Visual Basic Professional Edition for Windows 5.0
- Microsoft Visual Basic Professional Edition for Windows 6.0
- Microsoft Visual Basic Enterprise Edition for Windows 5.0
- Microsoft Visual Basic Enterprise Edition for Windows 6.0
This article was previously published under Q232003 SUMMARY
The version of DCOM95 or DCOM98 installed on a Windows 9x system may be determined by checking the registry using Visual Basic. If DCOM is installed on the system, the default value of the registry key:
HKCR\CLSID\{bdc67890-4fc0-11d0-a805-00aa006d2ea4}\InstalledVersion
will contain the version of DCOM installed on the system. The version number in the registry is stored in the format "a,b,c,d", where a, b, c, and d are numeric values. These values form the version number of the DCOM install:
|
"4,71,0,3328" | DCOM95 and DCOM98 1.3 4.71.0.3328 | "4,71,0,2618" | DCOM95 1.2 Web Release 4.71.0.2618 | "4,71,0,2612" | DCOM 1.2 4.71.0.2612 DCOM98.exe shipped with VS6.0 | "4,71,0,1719" | DCOM Win98 Gold 4.71.0.1719 | "4,71,0,1718" | DCOM95 1.1 4.71.0.1718 | "4,71,0,1120" | DCOM 1.x 4.71.0.1120 |
REFERENCES
For additional information about DCOM, please see the following:
"Inside COM", Dale Rogerson, c1997 Microsoft Press pp. 276-277
For additional information, click the article numbers below
to view the articles in the Microsoft Knowledge Base:
266717 How To Create a DCOM Client/Server Application by Using Visual Basic
267836 How To Create a DCOM Client/Server with Events by Using Visual Basic
268550 How To Use Dcomcnfg for a Visual Basic DCOM Client/Server Application
269330 How To Troubleshoot DCOM for Visual Basic Client/Server Applications
For information about programmatically determining the OS, please see the following article in the Microsoft Knowledge Base:
189249 How To Determine Which 32-Bit Windows Version Is Being Used
Modification Type: | Minor | Last Reviewed: | 7/1/2004 |
---|
Keywords: | kbAPI kbDCOM kbhowto kbRegistry KB232003 |
---|
|