Deploying Citrix Receiver for Windows 10 IoT Devices

Deploying Citrix Receiver for Windows 10 IoT Devices

book

Article ID: CTX228050

calendar_today

Updated On:

Description

This article is intended for Citrix administrators and technical teams only. Non-admin users must contact their company’s Help Desk/IT support team and can refer to CTX297149 for more information.
 

Deploying Receiver for Universal Windows Platform on Windows 10 IoT devices using PowerShell and Appx package available in Windows store. 

 


Instructions

1. After downloading and deploying Windows 10 IoT to a device we would need to download and capture Citrix Receiver Appx file from Windows store
  • Follow external article to capture Receiver Appx file using Fiddler as a tool (after download extract files from the appx bundle): https://www.maketecheasier.com/download-appx-files-from-windows-store/
2. As part of Windows 10 IoT deployment Windows 10 developer tools and SDK resources should be installed, from this tools, we would acquire need packages on which Receiver UWP is dependent.
  • https://developer.microsoft.com/en-us/windows/downloads
3. Required packages needed for Receiver UWP install are available in the following location and are listed as follows:
  • .\Program Files (x86)\Microsoft SDKs\Windows Kits\10\ExtensionSDKs
  • Microsoft.NET.CoreRuntime
  • Microsoft.NET.Native.Framework.1.3
  • Microsoft.NET.Native.Runtime.1.4
  • Microsoft.VCLibs.x86.14.00
4. Open your device network share using IoT dashboard and place all files collected in previous steps in any location on IoT device () example Users)
User-added image
5. In open PowerShell window move to the copied folder location and install all Appx dependent packages specified in step 3 with
  • Add-AppxPackage .\packagename command User-added image
6.Install x86 appx package of Citrix UWP Receiver with: Add-AppxPackage .\packagename command
User-added image
7.After all previous steps have been completed successfully, launch Citrix UWP Receiver in App Manager part of IoT Device portal 
User-added image
8. Configure Store access with email or server address,
  • review http://docs.citrix.com/en-us/receiver/universal-windows-platform/current-release/configure.html for more configuration details. User-added image
9.Launch you published applications with newly deployed and configured Citrix Receiver
User-added image

Environment

Citrix is not responsible for and does not endorse or accept any responsibility for the contents or your use of these third party Web sites. Citrix is providing these links to you only as a convenience, and the inclusion of any link does not imply endorsement by Citrix of the linked Web site. It is your responsibility to take precautions to ensure that whatever Web site you use is free of viruses or other harmful items.

Issue/Introduction

How to article on installing UWP version of Citrix receiver on Windows 10 IoT devices https://www.citrix.com/downloads/citrix-receiver/receiver-for-uwp/receiver-for-uwp-10.html

Additional Information

  1. Devices: https://docs.microsoft.com/en-us/windows/iot-core/learn-about-hardware/suggestedboards
  2. Windows 10 IoT Core: https://developer.microsoft.com/en-us/windows/iot/explore/iotcore 
  3. https://developer.microsoft.com/en-us/windows/iot/Downloads
  4. https://developer.microsoft.com/en-us/windows/downloads
  5. https://www.maketecheasier.com/download-appx-files-from-windows-store/
  6. http://docs.citrix.com/en-us/receiver/universal-windows-platform/current-release/configure.html