SecureBlackbox

200+ components and classes for all aspects of digital security of your data

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:

  1. BaseBBox10.dll
  2. PGPBBox10.dll
  3. SSLBBoxCli10.dll
  4. SSLBBoxSrv10.dll
  5. SSHBBoxCli10.dll
  6. SFTPBBoxCli10.dll
Wrong order of DLL registration will lead to unpredictable errors.

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.
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.

 
Back to top