Skip to content

InstallCaptureSourceDetails.LoadSourceFile Property

Gets or sets a value that determines whether the file that is loaded into AppDNA is the output of the Install Capture execution profile or the file at SourceFilePath.

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 bool LoadSourceFile { get; set; }

VB

Public Property LoadSourceFile As Boolean
    Get
    Set

Property Value

Type: Boolean

Remarks

This can be of benefit when the ExecutionProfile is run to generate a byproduct during the import, such as generating an application virtualization sequence, but you want AppDNA to import the original msi-file for the purpose of analysis. Defaults to true if ends with .msi. Defaults to false otherwise.

See Also

Reference

InstallCaptureSourceDetails Class
Citrix.SDK.AppDNA Namespace
InstallCaptureSourceDetails.SourceFilePath

Was this article helpful?