InstallCaptureSourceDetails.InstallCommand Property¶
Gets or sets a value that is the command used by the execution profile to install the application.
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 string InstallCommand { get; set; }
VB¶
Public Property InstallCommand As String
Get
Set
Property Value¶
Type: String
Remarks¶
If this is not set, then the SourceFilePath is used as the install command. If SourceFilePath is an msi, then it is: msiexec /i "
See Also¶
Reference¶
InstallCaptureSourceDetails Class
Citrix.SDK.AppDNA Namespace