user7913261
user7913261

Reputation: 89

How deploy UWP app like we did WPF from windows server?

I am new in UWP deployment need the right way to do this I want to deploy my UWP to my users through group policy like we did WPF app?

Upvotes: 0

Views: 1025

Answers (1)

Nico Zhu
Nico Zhu

Reputation: 32775

Derive from Distribute LOB apps to enterprises document.

There are several options for distributing line of business (LOB) apps to your organization’s users using MSIX packages without making the apps broadly available to the public.

And App Installer is suit for your scenario that double-clicking an .appinstaller file that installs the app package from a web server. For the detail steps you could refer to Installing Windows 10 apps from a web page document.

Update

For your comment questions, You could refer to Deploy an Application from Windows Store for Business via System Center Configuration Manager document.

you can take the .appx file for an app that has been made available for Offline use, and distribute the app with a management tool such as System Center Configuration Manager or the Windows Imaging and Configuration Designer.

Upvotes: 1

Related Questions