Registering the ActiveX controls (OCX) for redistribution

The ActiveX controls have to be registered during the redistribution to be able to use them.

The executable file what uses the ActiveX controls has to be placed in the same directory as

the DLLs, ActiveX files, .lic files and the .dat file.

 

Register ActiveX control

Copy the DLLs, ActiveX files, .lic files and the .dat file into the same directory.

2.    Register the ActiveX controls by using the regsvr32 command line utility (the command line has to be run with Administrator privileges).

 

Example:

Registering the  BiDisp.ocx:

Regsvr32  BiDisp.ocx

 

Unregister ActiveX control

 

For unregistering the ActiveX controls use the regsvr32 command line utility /u parameter (the command line has to be run with Administrator privileges).

 

Example:

Unregistering the  BiDisp.ocx:

Regsvr32 /u  BiDisp.ocx