Skip to content

InstallCaptureConfiguration.HideUserInterface Property

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.

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

VB

Public Property HideUserInterface As Boolean
    Get
    Set

Property Value

Type: Boolean

See Also

Reference

InstallCaptureConfiguration Class
Citrix.SDK.AppDNA Namespace

Was this article helpful?