|
Deployment of ActiveX/DLL 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:
- BaseBBox8.dll
- PGPBBox8.dll
- SSLBBoxCli8.dll
- SSLBBoxSrv8.dll
- SSHBBoxCli8.dll
- SFTPBBoxCli8.dll
Wrong order of DLL registration will lead to unpredictable errors.
Dependencies are:
- PGPBBox8.dll requires BaseBBox8.dll.
- SSLBBoxCli8.dll requires BaseBBox8.dll.
- SSLBBoxSrv8.dll requires BaseBBox8.dll.
- SSHBBoxCli8.dll requires BaseBBox8.dll.
- SFTPBBoxCli8.dll requires SSHBBoxCli8.dll and BaseBBox8.dll.
Visual Basic projects must be modified to adjust the names and GUIDs of the libraries, used with each control.
You will need to open .VBP and .FRM files and adjust the list of objects and references.
Please use sample projects, included with SecureBlackbox, as an example.
Deployment of ActiveX/DLL edition (DLL libraries)
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.
Dependencies are:
- BaseBBox8.dll has no dependencies.
- SSLBBoxCli8.dll requires BaseBBox8.dll.
- SSLBBoxSrv8.dll requires BaseBBox8.dll.
|