Microsoft RemoteApp

  1. Log in to the Microsoft RemoteApp server.
  2. In the left column, go to Collections > QuickSessionCollection.
  3. In the RemoteApp Programs field, click the Tasks drop-down menu and select Publish RemoteApp Programs.
  4. The Publish RemoteApp Programs wizard starts. Click the Add button to add an application manually.
  5. Navigate to and select the local FlexApp One package:
  6. Copy
    "C:\ProgramData\flexappone\Chrome_20170619.exe"

    Note: The executable must reside locally on the server that is hosting it as the field will not accept UNC paths. Either manually stage the FlexApp One package or use the --sync command to cache the package locally.

  7. Complete the Publish RemoteApp Programs wizard.
  8. In the RemoteApp Programs field again, right-click the new application and select Edit Properties.
  9. On the General screen for the application, change the RemoteApp program name field to the name of the application intended to be published.
  10. On the Parameters screen, specify any FlexApp One arguments using the example below:
  11. Copy
    --ctl --index 0

    Note: 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.

  12. Click OK to complete the application configuration process.

    Note: The application can now be assigned and launched from the RemoteApp portal.

Support for Changing the Default Icons

PowerShell can be used to customize the default icon displayed in the RemoteApp portal. To change the icon, launch a PowerShell prompt on the RemoteApp server and:

  1. Type the following to replace the application icon with a new one from a .ico, .exe, or .dll file:
  2. Copy
    Get-RDRemoteApp -Alias "JitCut" | Set-RDRemoteApp -IconPath “C:\MyIcons\chrome.ico"
  3. Log out of the RemoteApp portal and then log back in for changes to take effect.