
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
>.