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

UnRegistering ActiveX EXE

Status
Not open for further replies.

Naftali

Programmer
Feb 14, 2001
17
0
0
IL
Hi All,

We are working with ActiveX exe components, and right now I'm trying to write our Install & uninstall wizard.

I have no problem to register the ActiveX exe components by simply running them in a shell function - and that writes them into the registry.

The problem is: How do I take them off? (regsvr32 only works on Dll's...)

Thanks in advance,

Naftali.
 
Well, just if anyone ever pops into this thread, the way to register/unregister is from the command line:

"componentName.exe /regserver" for registering

"componentName.exe /unregserver" for unregistering
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top