InstallCaptureConfiguration Class¶
Holds configuration details for an Install Capture import.
Inheritance Hierarchy¶
System.Object
Citrix.SDK.AppDNA.ApplicationImportConfiguration
Citrix.SDK.AppDNA.InstallCaptureConfiguration
Citrix.SDK.AppDNA.ProfileApplicationConfiguration
Namespace: Citrix.SDK.AppDNA
Assembly: Citrix.SDK.AppDNA (in Citrix.SDK.AppDNA.dll) Version: 7.11.0.0 (7.11.0.0)
Syntax¶
C¶
public class InstallCaptureConfiguration : ApplicationImportConfiguration
VB¶
Public Class InstallCaptureConfiguration
Inherits ApplicationImportConfiguration
The InstallCaptureConfiguration type exposes the following members.
Constructors¶
Name | Description | |
---|---|---|
![]() | InstallCaptureConfiguration | Initializes a new instance of the InstallCaptureConfiguration class with a specified VM Configuration name, Execution Profile name and output folder. |
Properties¶
Name | Description | |
---|---|---|
![]() | AutoAnalyseAllModules | Specify true to start the analysis automatically after the import is finished. (Inherited from ApplicationImportConfiguration.) |
![]() | ExecutionProfileName | The name of an already configured VM Execution Profile. |
![]() | GeneratedMsiFolder | 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.) |
![]() | HideUserInterface | 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. |
![]() | IceValidationConfig | An optional configuration for ICE validation. Can be null. (Inherited from ApplicationImportConfiguration.) |
![]() | ModulesToAnalyse | A list of modules to automatically analyse (Inherited from ApplicationImportConfiguration.) |
![]() | OutputFolder | The full path to the folder into which the output of the import process is to be placed. (Inherited from ApplicationImportConfiguration.) |
![]() | Replaceables | A Dictionary of replaceable names to values, which can be used to override the execution profile replaceables. |
![]() | SaveDetailedLogs | Specify true to save intermediate files. Useful for troubleshooting. (Inherited from ApplicationImportConfiguration.) |
![]() | SynchronizationContext | A SynchronizationContext used to control the thread on which notifications are raised. (Inherited from ApplicationImportConfiguration.) |
![]() | VMConfigurationName | The name of an already configured VM Configuration. |
Methods¶
Name | Description | |
---|---|---|
![]() | Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) |
![]() | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
![]() | GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |