Citrix Workspace Intune

  



Intune Windows 10 Multi App Kiosk mode does not allow to execute ICA file downloaded to access Citrix Apps. ICA files are not visible in the downloads folder, files are blocked as per the screenshot! Citrix Workspace, Explorer, Chrome, Edge browsers are allowed in policy. Any suggestions to enabl. Citrix Workspace app is a software that provides access to your applications and desktops using Citrix Virtual Apps and Desktops from a remote client device. Citrix Workspace App is available for Windows, Mac, Linux, iOS, Chrome etc. You can install and use Citrix Workspace on domain and non-domain joined PCs, tablets, and thin clients. For a good introduction on how to use the MSI installer with nested installers, check out How to deploy the Citrix Receiver for Windows 10 via Microsoft Intune. While reading Aaron Parker’s PowerShell method, I learned that you could download the latest Citrix Receiver installer using a static URL. In the rest of this post, I’ll explain the.

Last year I wrote a blog about how to deploy the Citrix Receiver (which is now replaced by the Citrix Workspace app) via Intune. Like described in that blog, the executable consists of 10 MSIs that need to be installed on a Windows 10 device when you are not able to use the store app of Citrix in the Microsoft app store.

With the new Windows app (Win32) app type you are able to deploy more complex Win32 apps via Microsoft Intune. So, the Citrix Receiver is a great app to test the new feature in Microsoft Intune with.

Citrix

To be able to use this app format you need to wrap the file into a format that is supported by Microsoft Intune. The INTUNEWIN format is a format especially for Microsoft Intune and which allows you to wrap executables or multi file MSI installs, a great addition.

The Intune Win32 App Packaging Tool is the tool to be used to “wrap” the installation files into the INTUNEWIM format. The packaging tool can be downloaded here.

After downloading the packaging tool you need to follow the next steps to package the Citrix Receiver.

  1. Download the Citrix Receiver 4.12
  2. Extract the Intune Win32 App Packaging tool and execute the following command;

intunewinapputil -c . -s citrixreceiver.exe -o .

Citrix Workspace Mdm

Intune

-c = source path with all setup files

-s = setup file for the Citrix Receiver

-o = output path

  1. After successfully creating the new package we need to add the package to Microsoft Intune, this can be done in the Intune console via https://portal.azure.com > Intune > Client Apps > Apps and click Add.
  2. First step is to add the App package file citrixreceiver.intunewin, click OK
  3. Click App information and supply the Name, Description and Publisher as mandatory fields and click OK
  4. Click Program and supply the following information and click OK:
    1. Install command: citrixreceiver.exe /silent
    2. Uninstall command: citrixreceiver.exe /uninstall
    3. Install behaviour: System
Login

You need to add the command line that allows you to install and uninstall the Citrix Receiver unattended. Of course, this differs per application.

  1. Click Requirements and supply the Operation System Architecture, Minimum Operation System version, Disk space required (MB), Physical memory required (MB), Minimum number of logical processors required, Minimum CPU speed required (MHz) and click OK.
  2. Click Detection Rules and supply the way to check if an application is already installed on a device, this can be done via a manual rule by checking the existence of an MSI product code, if a file or folder exists or if a registry key exists. Also, a detection script can be used. After configuring the detection rules, click OK.
  3. Click Return codes and check if the default return codes are okay and click OK
  4. Next, click Add to add the app to Intune.

Next you can deploy the app to your Windows 10 devices and you will see that the Citrix Receiver is being installed using the new app you have just created. In the console you can see if the deployments are successful or not.

Comments

Hello,

I am looking for some guidance on how to create the OMA-URI for the High DPI settings within the Citrix WorkSpace App . I was able to successfully ingest the CitrixBase.admx and receiver.admx files in Intune but I can't seem to get the OMA-URI correct for the High DPI setting. Below is what I have in place and I keep getting a -2016281112 (Remediation failed) error.

OMA-URI: ./Device/Vendor/MSFT/Policy/Config/Citrix~Policy~DPI/Policy_DPI

Data Type: String

Citrix Workspace Ios Intune

Value: <data value='1'/>

WorkspaceCitrix

Setup Citrix Workspace Intune

Any help is greatly appreciated. Thank you.