Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
VFP COM Server Registry Entries
Message
General information
Forum:
Visual FoxPro
Category:
Internet applications
Miscellaneous
Thread ID:
00634915
Message ID:
00634937
Views:
20
>Has anyone done a survey on the specific Registry key types and Hive locations that are created when a VFP COM server is registered on a machine?
>
>The purpose is so that the Registry could be searched for any latent references to a COM server w/o just unregistering the COM server, manually removing all references and re-registering on a production machine which might require a prohibitive amount of down time.
>
>Thanks,

Bill,

The easiest way to find out is to look at the vbr file. Essentially, all COM server entries follow the same format
HKEY_CLASSES_ROOT --
                         |--ProgID--
                                    |--CLSID
                                    |--NotInsertable
HKEY_CLASSES_ROOT --
                    |--CLSID --
                               |-- Actual CLSID --
                                                  |-- Implemented Categories
                                                  |-- InProcServer32
                                                  |-- ProgID
                                                  |-- Programmable
                                                  |-- TypeLib
                                                  |-- Version
                                                  |-- VersionIndependentProgID
Of course, this is for a in proc server, but an out-of-proc differs only slightly. This help?
George

Ubi caritas et amor, deus ibi est
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform