Documentation for IBxProject methods

  • put_InputPath - Sets the path to the input executable that will be packed into the final output by BoxedApp Packer API. Learn more
  • get_InputPath - Retrieves the path of the input file that will be packed into the final executable. Learn more
  • put_OutputPath - Sets the path of the output file that will be generated after packing the project with BoxedApp Packer API. Learn more
  • get_OutputPath - Retrieves the path of the output file that will be generated after packing the project with BoxedApp Packer API. Learn more
  • put_ShareVirtualEnvironmentWithChildProcesses - Enables or disables sharing of the virtual environment between the packed executable and its child processes. Learn more
  • get_ShareVirtualEnvironmentWithChildProcesses - Retrieves whether child processes of the packed executable share the same virtual environment as their parent process. Learn more
  • put_EnableDebugLog - Enables or disables debug logging for the packed executable. Learn more
  • get_EnableDebugLog - Retrieves the current state indicating whether the packed executable produces a debug log. Learn more
  • put_EnableVirtualRegistry - Controls whether the packed executable uses a virtual registry layer that intercepts registry access before it reaches the real Windows registry. Learn more
  • get_EnableVirtualRegistry - Retrieves whether the packed executable uses the virtual registry layer that intercepts registry operations before accessing the real Windows registry. Learn more
  • put_HideVirtualFileFromFileDialog - Hides virtual files from appearing in standard Windows file dialogs when enabled. Learn more
  • get_HideVirtualFileFromFileDialog - Retrieves whether the packed executable hides virtual files from system file dialogs. Learn more
  • put_AllChangesAreVirtual - Enables or disables storing all file system and registry changes in the virtual environment for the packed executable. Learn more
  • get_AllChangesAreVirtual - Retrieves whether the packed executable stores all file system and registry changes in the virtual environment. Learn more
  • put_SetIcon - Specifies whether the packed executable should use the icon provided via put_IconPath(). Learn more
  • get_SetIcon - Retrieves whether the packed executable will use the custom icon specified by put_IconPath(). Learn more
  • put_IconPath - Specifies the path to the icon file that will be embedded into the packed executable. Learn more
  • get_IconPath - Retrieves the path to the icon used for the packed executable file. Learn more
  • put_EnableSplashScreen - Enables or disables displaying a splash screen at startup for the packed executable. Learn more
  • get_EnableSplashScreen - Retrieves whether the packed executable displays a splash screen at startup. Learn more
  • put_SplashScreenPath - Specifies the image file to be displayed as a splash screen when the packed executable starts. Learn more
  • get_SplashScreenPath - Retrieves the path to the image file used as the splash screen for the packed executable. Learn more