VMware Horizon RDSH
- Log in to the VMware Horizon Admin Console.
- In the left column, navigate to Inventory > Applications.
- On the Application Pools screen, click the Add button to add a new application.
- On the Add Application Pools screen, select the Add application pool manually radio button.
- Enter an ID, Display name, Version, and Publisher for the pool.
- In the Path field, enter the full path to the FlexApp One package:
-
Copy
\\MyServer\Share\Chrome_20170619\Chrome_20170619.exe - In the Parameters field, specify any FlexApp One arguments using the example below:
-
Copy
--sync “C:\ProgramData\FlexAppOne” –-ctl -–index 0Note: The number at the end corresponds to the package’s shortcut index, 0 being the first <Link> in the XML file’s <Links> section. Change this value to launch different shortcuts or applications within this package.
- Click the Finish button.
The application can now be assigned and launched from the VMware Horizon Client.
Support for Changing the Default Icons
VMware has added support for changing the default icons for published applications. Below are two methods dependiong on the version of VMware Horizon.
VMware Horizon 7.13
Begining with VMware Horizon 7.13, VMware has added support for changing the default icons for published applications via Horizon console by doing the following steps:
- In Horizon Console, select Inventory > Applications.
- Select an application pool or multiple application pools and click Application Icon > Associate Application Icon.
- To upload an icon, click Upload Icon File and browse for an icon in the .PNG format.
Important: The icon file must be between 16x16 pixels and 256x256 pixels.
- Click OK.
VMware Horizon 7.1
Beginning with VMware Horizon 7.1, VMware has added support for changing the default icons for published applications via PowerCLI. After installation, the icon can be changed by opening a PowerShell cmd prompt and doing the following steps:
Important: Both VMware Horizon 7.1 and PowerCLI 6.5 R2 are required.
- Load the required PowerCLI modules:
-
Copy
Get-Module - ListAvailable VMware.VimAutomation.HorizonView | Import-Module -
Copy
Get-Module - ListAvailable VMware.Hv.Helper | Import-Module - Connect to the VMware Horizon connection server:
-
Copy
Connect-HVServer -Server your.connectionserver.com - Set the Application icon to an image file (.ico, .png, .jpg, etc.):
-
Copy
Set-HVApplicationIcon -ApplicationName Chrome -IconPath C:\MyIcons\chrome.ico
