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)

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

6.Install x86 appx package of Citrix UWP Receiver with: Add-AppxPackage .\packagename command
7.After all previous steps have been completed successfully, launch Citrix UWP Receiver in App Manager part of IoT Device portal
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.

9.Launch you published applications with newly deployed and configured Citrix Receiver