You can include specific properties when you silently install Horizon Agent from the command line. You must use a PROPERTY=value format so that Microsoft Windows Installer (MSI) can interpret the properties and values. A silent upgrade uses the same install commands. You can also modify already installed Horizon Agent components silently.
The following table shows the Horizon Agent silent installation properties that you can use at the command-line.
MSI Property | Description | Default Value |
---|---|---|
INSTALLDIR | Path and folder in which the Horizon Agent software is installed. For example: INSTALLDIR=""D:\abc\my folder"" The sets of two double quotes that enclose the path permit the MSI installer to ignore the space in the path. This MSI property is optional. |
%ProgramFiles%\VMware\VMware View\Agent |
RDP_CHOICE | Determines whether to enable Remote Desktop Protocol (RDP) on the desktop. A value of 1 enables RDP. A value of 0 leaves the RDP setting disabled. This MSI property is optional. |
1 |
SUPPRESS_RUNONCE_CHECK | Ignores pending Windows Update tasks scheduled at the next operating system reboot in HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\RunOnce and RunOnceEx keys. Using this flag allows concurrent installation but does not guarantee the installation outcome when the system updates affect the Horizon Agent run-time dependencies. This MSI property is optional. |
None |
URL_FILTERING_ENABLED | Specifies whether the URL Content Redirection feature is installed. A value of 1 installs the feature. You must use group policy settings to configure which URLs to redirect. See "Configuring URL Content Redirection in the Configuring Remote Desktop Features in Horizon document. This MSI property is optional. |
0 |
VDM_SKIP_BROKER_REGISTRATION | A value of 1 skips unmanaged desktops. | None |
VDM_VC_MANAGED_AGENT | Determines whether vCenter Server manages the virtual machine on which Horizon Agent is installed. A value of 1 configures the desktop as a vCenter Server-managed virtual machine. A value of 0 configures the desktop as unmanaged by vCenter Server. This MSI property is required.
Note: The installer repair option is not supported for an unmanaged installation. Repairing such an installation will result in an installation of a managed
Horizon Agent.
|
None |
VDM_SERVER_NAME | Host name or IP address of the Connection Server instance on which the Horizon Agent installer registers an unmanaged desktop. This property applies to unmanaged desktops only. For example: VDM_SERVER_NAME=10.123.01.01 This MSI property is required for unmanaged desktops. Do not use this MSI property for virtual desktops that are managed by vCenter Server. |
None |
VDM_SERVER_USERNAME | User name of the administrator on the Connection Server instance. This MSI property applies only to unmanaged desktops. For example: VDM_SERVER_USERNAME=domain\username This MSI property is required for unmanaged desktops. Do not use this MSI property for virtual desktops that are managed by vCenter Server. |
None |
VDM_SERVER_PASSWORD | Connection Server administrator user password. For example: VDM_SERVER_PASSWORD=secret This MSI property is required for unmanaged desktops. Do not use this MSI property for virtual desktops that are managed by vCenter Server. |
None |
VDM_IP_PROTOCOL_USAGE | Specifies the IP version that Horizon Agent uses. Valid values are IPv4 and IPv6. | IPv4 |
VDM_FIPS_ENABLED | Specifies whether to enable or disable FIPS mode. A value of 1 enables FIPS mode. A value of 0 disables FIPS mode. If this property is set to 1 and Windows is not in FIPS mode, the installer will abort. | 0 |
VDM_FORCE_DESKTOP_AGENT | If you install Horizon Agent on a Windows Server machine and configure it as a single-user Horizon desktop rather than as an RDS host, set the value to 1. This requirement applies to machines that are managed by vCenter Server and unmanaged machines. For non-server Windows guests that host application sessions, set the value to 0. This MSI property is optional. |
0 |
In a silent installation command, you can use the ADDLOCAL property to specify options that the Horizon Agent installer configures.
The following table shows the Horizon Agent options that you can type at the command line. These options have corresponding setup options that you can deselect or select during an interactive installation.
When you do not use the ADDLOCAL property at the command line, Horizon Agent installs all of the options that are installed by default during an interactive installation, if they are supported on the guest operating system. When you use ADDLOCAL=ALL, Horizon Agent installs all of the following options, both on-by-default and off-by-default, if they are supported on the guest operating system, except NGVC. NGVC and SVIAgent are mutually exclusive. To install NGVC, you must specify it explicitly.
For more information, see the ADDLOCAL table entry in Microsoft Windows Installer Command-Line Options.
If you use ADDLOCAL to specify features individually (you do not specify ADDLOCAL=ALL), you must always specify Core.
Get-ItemProperty HKLM:\Software\Microsoft\Windows\CurrentVersion\Uninstall\* | Select-Object DisplayName, ModifyPath | Where-Object {$_.DisplayName -eq 'VMware Horizon Agent'} | Format-Table –AutoSizeThe output:
DisplayName ModifyPath VMware Horizon Agent MsiExec.exe /I{A17DD662-DFB3-4997-9C0F-4E687A300111}
The following example modifies and removes the USB component from an existing installation: VMware-Horizon-Agent-x86-YYMM-y.y.y-xxxxxx.exe /s /v"/qn REMOVE=USB"
The following example modifies the agent installation by replacing Horizon Performance Tracker with the Horizon Help Desk Tool: VMware-Horizon-Agent-x86-YYMM-y.y.y-xxxxxx.exe /s /v"/qn ADDLOCAL=HelpDesk REMOVE=PerfTracker”
The following example modifies the agent installation by adding serial port and scanner redirection: VMware-Horizon-Agent-x86-YYMM-y.y.y-xxxxxx.exe /s /v"/qn ADDLOCAL=SerialPortRedirection,ScannerRedirection”
Silent Installation Option | Custom Setup Option in an Interactive Installation | Installed by Default Interactively or When ADDLOCAL Is Not Used |
---|---|---|
Core | The core Horizon Agent functions. If you specify ADDLOCAL=ALL, the Core features are installed. |
Yes |
BlastProtocol | VMware Blast | Yes |
PCoIP | PCoIP Protocol Agent | Yes |
USB | USB Redirection | No |
NGVC | Instant Clone Agent | Yes |
RTAV | Real-Time Audio-Video | Yes |
ClientDriveRedirection | Client Drive Redirection | Yes |
SerialPortRedirection | Serial Port Redirection | No |
ScannerRedirection | Scanner Redirection | No |
GEOREDIR | Geolocation Redirection | No |
V4V | Horizon Monitoring Service Agent | Yes |
SmartCard | PCoIP Smartcard This feature is not installed by default in an interactive installation. |
No |
VmwVaudio | VMware Audio (virtual audio driver) | Yes |
VmVideo | VMware Video (virtual video driver) | Yes |
VmwVidd | VMware Indirect Display Driver | Yes |
TSMMR | Windows Media Multimedia Redirection (MMR) | Yes |
RDP | Enables RDP in the registry if you use the RDP_CHOICE=1 property on the command line or select RDP as the default display protocol when you create or edit a desktop pool. This feature is hidden during interactive installations. |
Yes |
VMWMediaProviderProxy | VMware Virtualization Pack for Skype for Business | No |
RDSH3D | 3D rendering on RDS hosts | No |
BlastUDP | UDP Transport support for Blast | Yes |
SdoSensor | SDO Sensor Redirection | No |
PerfTracker | Horizon Performance Tracker | No |
HelpDesk | Horizon Help Desk Tool | No |
PrintRedir | VMware Integrated Printing | Yes |
UnityTouch | Unity Touch | Yes |
PSG | This feature sets a registry entry that tells Connection Server whether Horizon Agent is using IPv4 or IPv6. | Yes |