Registering and Un-registering

Top  Previous  Next

The installation process will automatically register the "PDFtoolkit 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 the OCX manually, use "regsvr32.exe" which is found in Windows system32 directory.

 

 

Example for Registering OCX manually

 

 

regsvr32 "C:\Program Files\Gnostice\PDFtoolkit ActiveX\Bin\ActiveX\PDFtoolkitX.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\PDFtoolkit ActiveX\Bin\ActiveX\PDFtoolkitX.ocx"