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!

ActiveX control register/desregister

Status
Not open for further replies.

Diancecht

Programmer
Joined
Jan 8, 2004
Messages
4,042
Location
ES
Hello.

I've developed an ActiveX Control to do some kind of memory communication with a browser.

It's intented to be installed locally, so I've also made a pair of cmds to register/desregister it locally wherever it's needed.

It's been distributed and now I had to do a little fix and redistribute it. The change is really minor, it doesn't affect any interface or important resource, just one method inner code.

My question is: do I need to desregister and reregister it in every place?

I've been comparing the registry keys edited by both new and old version and seems to be very similar, so I think there's no need.

Anyway, if anyone could share his thought or provide me some links about the registration proccess of an Activex control I would be grateful.

Thanks in advance.

Dian
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top