Skip to content
Was this article helpful?

InstallCaptureConfiguration Properties

The InstallCaptureConfiguration type exposes the following members.

Properties

 

NameDescription
Public propertyAutoAnalyseAllModules Specify true to start the analysis automatically after the import is finished. (Inherited from ApplicationImportConfiguration.)
Public propertyExecutionProfileName The name of an already configured VM Execution Profile.
Public propertyGeneratedMsiFolder If the import needs to generate an msi during the import process, such as when importing an SFT or App-V file, the intermediate msi files will be saved to this location. If this is null, then no files are saved. (Inherited from ApplicationImportConfiguration.)
Public propertyHideUserInterface Set this to true to hide the controls for the execution profile and the VM console. IMPORTANT: The InstallCommand property of each InstallCaptureSourceDetails must be set to do an unattended installation of the software. If necessary, you can use the VM provider's software to access the VM console independently of AppDNA to troubleshoot when the Install Capture has stalled.
Public propertyIceValidationConfig An optional configuration for ICE validation. Can be null. (Inherited from ApplicationImportConfiguration.)
Public propertyModulesToAnalyse A list of modules to automatically analyse (Inherited from ApplicationImportConfiguration.)
Public propertyOutputFolder The full path to the folder into which the output of the import process is to be placed. (Inherited from ApplicationImportConfiguration.)
Public propertyReplaceables A Dictionary of replaceable names to values, which can be used to override the execution profile replaceables.
Public propertySaveDetailedLogs Specify true to save intermediate files. Useful for troubleshooting. (Inherited from ApplicationImportConfiguration.)
Public propertySynchronizationContext A SynchronizationContext used to control the thread on which notifications are raised. (Inherited from ApplicationImportConfiguration.)
Public propertyVMConfigurationName The name of an already configured VM Configuration.
  Back to Top

See Also

Reference

InstallCaptureConfiguration Class
Citrix.SDK.AppDNA Namespace

Was this article helpful?