Deploying Citrix Receiver via native Win32 app support in Intune

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.

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

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 .

-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

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

Total
0
Shares
4 comments
  1. Thanks Peter, deployment of citrix workspace via intune worked like a charm with the steps provided.
    🙂

Leave a Reply

Your email address will not be published. Required fields are marked *

Previous Post

Session controls in Conditional Access now also controlling Exchange Online

Next Post

Quick tip – App Config Made easier for Android apps

Related Posts
Total
0
Share