ActiveX.exe /UNREGISTER doesn't work 
Author Message
 ActiveX.exe /UNREGISTER doesn't work

I have an ActiveX.exe which registers and runs fine after using <file>
/register, but when I go to un-install using <file> /unregister, the
registry files remain. I am not using DCOM.

Is there any easy way for me to go about removing the registry entries
(short of hacking them)??

Regards,

Greg Linwood



Sun, 28 Dec 2003 07:05:59 GMT  
 ActiveX.exe /UNREGISTER doesn't work
Greg,

You want to type <file> /unregserver

That'll do it!

Here's some help:
Unregistering the Component
When a component is no longer needed, it can be removed
from the registry.
To remove an .exe entry from the registry, run the
component with the /UnRegserver command line argument, as
shown in the following example code:
StateUEmployee.exe /UnRegserver

To remove a .dll entry from the registry, run
Regsvr32.exe, including the /u option and the name of
the .dll file, as shown in the following example code:
Regsvr32.exe /u C:\StateUBookstore\payroll.dll

Enjoy!
Paulie

Quote:
>-----Original Message-----
>I have an ActiveX.exe which registers and runs fine after
using <file>
>/register, but when I go to un-install using

<file> /unregister, the
Quote:
>registry files remain. I am not using DCOM.

>Is there any easy way for me to go about removing the
registry entries
>(short of hacking them)??

>Regards,

>Greg Linwood

>.



Sun, 28 Dec 2003 13:48:14 GMT  
 
 [ 2 post ] 

 Relevant Pages 

1. ActiveX-Exe: .Value=True doesn't work while direct click on button works

2. dotnetfx.exe bootstrapper example setup.exe doesn't work

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

4. MAKE EXE doesn't work

5. DBCombo doesn't work in exe

6. fRefreshLinks Doesn't work if path doesn't exist

7. ActiveX exe doesn't end...

8. ActiveX EXE doesn't shut down when client terminates

9. ActiveX control doesn't work with our testContainer

10. Activex control doesn't work when there is more then one on a form

11. VC++ COM Callback doesn't work in VB ActiveX

12. Why DCOM ActiveX Exe is Working and ActiveX Dll is not working

 

 
Powered by phpBB® Forum Software