Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Automatically Download/Register ActiveX Components

Status
Not open for further replies.

Silver30

Programmer
Jun 1, 2001
10
0
0
US
I am curious to know how others have approached this situation...

A standard VB executable resides on a public network drive (no application or web server) and shortcuts to this executable are placed on hundreds of client desktops. The executable is later upgraded to include activeX components not previously included. When a user launches the program from a client, the program needs to recognize the client's lack of support for the added activeX components, download them from the server to the client, register them, and continue to run the program. The idea is not having to manually touch the clients after the initial installation.

Has anyone dealt with this before?

Thanks.
 
Here is a link that might help


It shows how to register the ocx programmatically. You will have to trap the error when the app can't create the ocx and then download it and register it. Hope this at least gets you started. If you choose to battle wits with the witless be prepared to lose.
[machinegun][hammer]

[cheers]
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top