www.gnostice.com 

Registering and Unregistering

Top  Previous  Next

The installation process will automatically register the "eDocEngine ActiveX" file and Un-installation process will automatically un-register and remove the same file from the windows system directory.

 

 

 

1.If you want to register OCX manually, use "regsvr32.exe" which is found in Windows system32 directory.

 

 

Example for Registering OCX manually

 

 

regsvr32 "C:\Program Files\Gnostice\eDocEngine ActiveX\Bin\ActiveX\eDocEngineX.ocx"

 

 

 

 

2.If you want to un-register it manually, use "regsvr32.exe" with the "/u" switch as shown below:

 

 

Example for Un-Registering OCX manually

 

regsvr32 /u "C:\Program Files\Gnostice\eDocEngine ActiveX\Bin\ActiveX\eDocEngineX.ocx"