How to use your application on test computer

 

Develop your application

NOTE: Does not use the "ANY CPU" platform.

 

Use your application on test computer

if your project is 32-bit, register the 32-bit ActiveX controls

regsvr32 /s "BiAutoPrint32.ocx"

regsvr32 /s "BlackIceDEVMODE.ocx"

 

if your project is 64-bit, register the 64-bit ActiveX controls (Only for 64-bit OS)

regsvr32 /s "BiAutoPrint64.ocx"

regsvr32 /s "BlackIceDEVMODE.ocx"

OS 32-bit:

Run the BiAPRegisterDemo.exe (Demo registration) or BiAPRegisterRelease.exe (Release registration with your serial number) form c:\Test directory

OS 64-bit:

Run the BiAPRegisterDemox.exe (Demo registration) or BiAPRegisterReleasex.exe (Release registration with your serial number) form c:\Test directory

 

Remove your application from test computer

if your project is 32-bit, unregister 32-bit ActiveX controls:

                regsvr32 /u /s "BiAutoPrint32.ocx"

                regsvr32 /u /s "BlackIceDEVMODE.ocx"

 

if your project is 64-bit, unregister 64-bit ActiveX controls:

                regsvr32 /u /s "BiAutoPrint64.ocx"

                regsvr32 /u /s "BlackIceDEVMODE.ocx"

OS 32-bit:

                Run the BiAPUnregister.exe form c:\Test directory

OS 64-bit:

                Run the BiAPUnregisterx.exe form c:\Test directory