Results 1 to 4 of 4

Thread: How to find out if the ActiveX exe server is installed?

  1. #1

    Thread Starter
    Addicted Member Davor Geci's Avatar
    Join Date
    Sep 2009
    Posts
    224

    Question How to find out if the ActiveX exe server is installed?

    Hello, guys/girls.

    Is there a way in vb6 to find out if the ActiveX exe server is installed on this computer?
    My projects:
    Virtual Forms
    VBA Telemetry

  2. #2
    PowerPoster
    Join Date
    Feb 2012
    Location
    West Virginia
    Posts
    14,206

    Re: How to find out if the ActiveX exe server is installed?

    Yes

    Now if you want to know how you will need to provide more info.

  3. #3
    Fanatic Member
    Join Date
    Jan 2013
    Posts
    813

    Re: How to find out if the ActiveX exe server is installed?

    Same as any "transient" resource ...

    Try and use it. Handle any error.

    Regards, Phill W.

  4. #4
    PowerPoster dilettante's Avatar
    Join Date
    Feb 2006
    Posts
    24,487

    Re: How to find out if the ActiveX exe server is installed?

    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:

    HKEY_LOCAL_MACHINE\SOFTWARE\Classes\AppID\{AppID_GUID}

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width