Deployment of ActiveX edition (ActiveX controls)
To deploy SecureBlackbox with your project, use your regular installer tool.
DO NOT USE SecureBlackbox installation package (which you downloaded and installed for development) for deployment purposes.
When deploying the project, copy the DLLs described below to your application folder.
Most installer tools can register the DLLs automatically.
If your installer tool doesn't, then you need to call regsvr32.exe tool to register each DLL that you install.
The DLLs MUST be registered in the following order:
- BaseBBox10.dll
- PGPBBox10.dll
- SSLBBoxCli10.dll
- SSLBBoxSrv10.dll
- SSHBBoxCli10.dll
- SFTPBBoxCli10.dll
Dependencies are:
- PGPBBox10.dll requires BaseBBox10.dll.
- SSLBBoxCli10.dll requires BaseBBox10.dll.
- SSLBBoxSrv10.dll requires BaseBBox10.dll.
- SSHBBoxCli10.dll requires BaseBBox10.dll.
- SFTPBBoxCli10.dll requires SSHBBoxCli10.dll and BaseBBox10.dll.