Install UWP remotely (no dev mode, no internet/store, LAN deploy)

Requirements for an Enterprise UWP Application

We need to build an enterprise UWP application that runs on Windows 10 without requiring the user to turn on the developer mode.

Queries

  • Is there a way to sideload or install UWP apps without turning on the developer mode?
  • Is it possible to remotely install UWPs and deploy to devices in a local LAN? Are there any enterprise solutions available?
  • What are the considerations and procedures we need to be aware of?

Alternative Approach

In case there is no way for the above method, can we instead do the following:

  1. Enable developer mode
  2. Install the UWP
  3. Disable developer mode
  4. Use UWP (confirm all UWP devices access features are working)

Further Resources

Answer:

  • No, it is not possible to install UWP apps without turning on developer mode.
  • Yes, it is possible to remotely install UWPs and deploy to devices in a local LAN using Microsoft Endpoint Manager or a Mobile Device Management (MDM) solution.
  • When enabling developer mode, it is important to consider security risks and to follow best practices for app deployment and management. Additionally, it may be necessary to obtain a code signing certificate to ensure the app can be installed on devices.