Help us improve Softanics
We use analytics cookies to understand which pages and downloads are useful. No ads. Privacy Policy

BoxedApp SDK Options Documentation

  • DEF_BOXEDAPPSDK_OPTION__ALL_CHANGES_ARE_VIRTUAL - BoxedApp SDK option: ALL_CHANGES_ARE_VIRTUAL. Route all file system and registry modifications to the virtual layer, leaving the real system untouched. Learn more
  • DEF_BOXEDAPPSDK_OPTION__EMBED_BOXEDAPP_IN_CHILD_PROCESSES - BoxedApp SDK option: EMBED_BOXEDAPP_IN_CHILD_PROCESSES. Auto-attach child processes to the virtual environment for seamless isolation. Learn more
  • DEF_BOXEDAPPSDK_OPTION__ENABLE_VIRTUAL_FILE_SYSTEM - BoxedApp SDK option: ENABLE_VIRTUAL_FILE_SYSTEM. Control whether BoxedApp intercepts file system calls and routes them through the virtual layer. Learn more
  • DEF_BOXEDAPPSDK_OPTION__ENABLE_VIRTUAL_REGISTRY - BoxedApp SDK option: ENABLE_VIRTUAL_REGISTRY. Control whether BoxedApp intercepts registry operations and routes them through the virtual layer. Learn more
  • DEF_BOXEDAPPSDK_OPTION__EMULATE_OUT_OF_PROC_COM_SERVERS - BoxedApp SDK option: EMULATE_OUT_OF_PROC_COM_SERVERS. Attach EXE-based COM server processes to the virtual environment automatically. Learn more
  • DEF_BOXEDAPPSDK_OPTION__INHERIT_OPTIONS - BoxedApp SDK option: INHERIT_OPTIONS. Ensure newly created child processes inherit the same SDK option values as their parent for consistent behavior. Learn more