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

Documentation for IBxProject methods

  • put_InputPath - IBxProject.put_InputPath: set the path to the input executable that will be packed into the final output by BoxedApp Packer API automation. Learn more
  • get_InputPath - IBxProject.get_InputPath: retrieve the path of the input executable that will be packed into the final output by BoxedApp Packer API automation. Learn more
  • put_OutputPath - IBxProject.put_OutputPath: set the output file path for the packed executable generated by BoxedApp Packer API after the build completes. Learn more
  • get_OutputPath - IBxProject.get_OutputPath: retrieve the output file path that will be generated after packing the project with BoxedApp Packer API automation. Learn more
  • put_ShareVirtualEnvironmentWithChildProcesses - IBxProject.put_ShareVirtualEnvironmentWithChildProcesses: enable or disable virtual environment sharing between packed app and child processes. Learn more
  • get_ShareVirtualEnvironmentWithChildProcesses - IBxProject.get_ShareVirtualEnvironmentWithChildProcesses: check if child processes share the parent virtual environment in packed apps. Learn more
  • put_EnableDebugLog - IBxProject.put_EnableDebugLog: enable or disable debug logging for the packed executable. Query current state with get_EnableDebugLog method. Learn more
  • get_EnableDebugLog - IBxProject.get_EnableDebugLog: query whether the packed executable produces a debug log file. Use put_EnableDebugLog to toggle this setting. Learn more
  • put_EnableVirtualRegistry - IBxProject.put_EnableVirtualRegistry: toggle the virtual registry layer that intercepts registry access before it reaches the real Windows registry. Learn more
  • get_EnableVirtualRegistry - IBxProject.get_EnableVirtualRegistry: check if the packed executable uses a virtual registry layer that intercepts access to the real Windows registry. Learn more
  • put_HideVirtualFileFromFileDialog - IBxProject.put_HideVirtualFileFromFileDialog: hide or show virtual files in standard Windows file open/save dialogs for the packed executable. Learn more
  • get_HideVirtualFileFromFileDialog - IBxProject.get_HideVirtualFileFromFileDialog: check whether virtual files are hidden from standard Windows file dialogs in the packed executable. Learn more
  • put_AllChangesAreVirtual - IBxProject.put_AllChangesAreVirtual: enable or disable storing all file system and registry changes in the virtual environment for packed apps. Learn more
  • get_AllChangesAreVirtual - IBxProject.get_AllChangesAreVirtual: check whether the packed executable stores all file system and registry changes in the virtual environment. Learn more
  • put_SetIcon - IBxProject.put_SetIcon: specify whether the packed executable should use the custom icon provided via put_IconPath in BoxedApp Packer API. Learn more
  • get_SetIcon - IBxProject.get_SetIcon: check whether the packed executable will use the custom icon specified by put_IconPath in BoxedApp Packer API projects. Learn more
  • put_IconPath - IBxProject.put_IconPath: set the path to the icon file that will be embedded into the packed executable by BoxedApp Packer API at build time. Learn more
  • get_IconPath - IBxProject.get_IconPath: retrieve the path to the icon file embedded into the packed executable. Set with put_IconPath in BoxedApp Packer API. Learn more
  • put_EnableSplashScreen - IBxProject.put_EnableSplashScreen: enable or disable the startup splash screen for the packed executable in BoxedApp Packer API projects. Learn more
  • get_EnableSplashScreen - IBxProject.get_EnableSplashScreen: query whether the packed executable displays a splash screen at startup. Toggle with put_EnableSplashScreen. Learn more
  • put_SplashScreenPath - IBxProject.put_SplashScreenPath: set the image file displayed as a splash screen when the packed executable starts up in BoxedApp Packer API. Learn more
  • get_SplashScreenPath - IBxProject.get_SplashScreenPath: retrieve the image path used as a splash screen when the packed executable starts. Set with put_SplashScreenPath. Learn more