Quote:
> I registered an ActiveX .exe file using regsvr32 (didn't use /regserver
> switch because I didn't know about it at the time) and now I can't
> unregister it. When I try using
> regsvr32 -u
> I get
> "[filename] was loaded, but the DllUnregisterServer entry point was
> not found. [filename] does not appear to be a .DLL or .OCX file.
> To summarize: manually registered an .EXE, need to get it out!
> Anyone have an idea?
I think there's an command line option you can apply to the exe such as
<your exe> /unregister. The other way is wipe it using the registry:
find the class name and delete it's sub tree ... very dangerous if you
don't know what you're doin!