Deployment

CBFS Shell does not mandate any deployment system and also does not provide a specific system. The following is all that you need to deploy a Namespace Extension written with CBFS Shell:

  • copy these files:
    • The CBFS Shell native proxy DLL for the processor architectures to which you plan to deploy your solution. For x64 systems, be sure to include both {id}.x64.dll and {id}.x86.dll as x64 Windows have both 64-bit and 32-bit shells. For ARM systems, include all of {id}.x64.dll, {id}.x86.dll, and {id}.arm64.dll.
    • The CBFS Shell .NET assembly
    • Your application's binaries
  • Install the native proxy DLL using the Install method of the CBShellBoost component.
  • During deinstallation of the application, remember to uninstall the native proxy DLL using the Uninstall method of the CBShellBoost component. You don't need to call Uninstall() when you update the proxy DLL in the system.

Copyright (c) 2022 Callback Technologies, Inc. - All rights reserved.
CBFS Shell 2022 .NET Edition - Version 22.0 [Build 8367]