can't unregister .exe 
Author Message
 can't unregister .exe

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?



Fri, 27 Jul 2001 03:00:00 GMT  
 can't unregister .exe
try using

    filename.exe /unregserver

vmlf.

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?



Sat, 28 Jul 2001 03:00:00 GMT  
 can't unregister .exe

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!




Tue, 31 Jul 2001 03:00:00 GMT  
 
 [ 3 post ] 

 Relevant Pages 

1. Why don't my exe's and ocx's unregister

2. ActiveX.exe /UNREGISTER doesn't work

3. 'Canned' data in VB program

4. Some servers and ocx's won't unregister

5. Unregister ActiveX Exe

6. Howto Unregister VB ActiveX Exe Server

7. Unregister an Activex exe?

8. Unregister a activex.exe ?

9. Unregister ActiveX EXE

10. How to unregister ActiveX EXE

11. Unregister ActiveX Exe

12. How to unregister ActiveX EXE ?

 

 
Powered by phpBB® Forum Software