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 derfloh on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Registering a DLL using IE

Status
Not open for further replies.

capone67

Programmer
Joined
Nov 6, 2000
Messages
115
Location
CA
Hi Gang

I have written a DLL for use in one of our projects. We do the installation of our product using IE and severla activeX controls. We would like to include our DLL in one of our activeX controls and have it register automatically for us. Is there a way to do this in an activeX control that is being installed using IE 5.5? Is there any other way to register and activeX DLL automatically?

Ken
 
Just include the dll in the cab file you've created for the distibution of the ocx(Package and deployment wizard). IE will automaticaly register the component.

If you referenced the dll from your ocx it should automaticaly have been added to the cab-file.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top