Hello, guys/girls.
Is there a way in vb6 to find out if the ActiveX exe server is installed on this computer?
Printable View
Hello, guys/girls.
Is there a way in vb6 to find out if the ActiveX exe server is installed on this computer?
Yes
Now if you want to know how you will need to provide more info.
Same as any "transient" resource ...
Try and use it. Handle any error.
Regards, Phill W.
If you know the AppID you can look that up in the registry.
See AppID Key.
You should be able to find that by registering your ActiveX EXE and browsing to it using the OLE View utility. Look for it in the "All Objects" branch of the treeview in the left pane.
Then you can hard-code that in clients to use a simple registry query to see if it is there:
Quote:
HKEY_LOCAL_MACHINE\SOFTWARE\Classes\AppID\{AppID_GUID}