--- title: Consideration before deploying apps with Managed Installer description: Learn how to Consideration before deploying apps with Managed Installer ms.date: 02/24/2023 ms.topic: tutorial appliesto: - ✅ Windows 11 SE, version 22H2 and later --- ![](./images/deploy-app.svg) The process to deploy applications to Windows SE devices via Microsoft Intune, is the same used for non-SE devices.\ However, on Windows SE devices, apps may successfully install, but they need validation to be certain that they are functional. The following table details the applications types that can be deployed via Intune, and considerations about the installation on Windows SE: | **Application type** | **Installer extensions** | **Example** | **Installable via Intune** | |---|---|---|---| | Win32 |
  • .exe
  • .msi
  • |
  • Kite Student Portal
  • JAWS
  • Zoom
  • | Installable* | | UWP Line of business apps |
  • .msix
  • .msixbundle
  • .appx
  • .appxbundle
  • | These are usually custom developed apps |
  • Not installable via IME initially
  • Requires writing additional WDAC supplemental policy
  • | | Progressive Web Apps (PWAs) |
  • .msix
  • |
  • Outlook
  • Wikipedia
  • |
  • PWAs in an MSIX is not installable via IME
  • PWAs can be deployed through [Microsoft Edge policies in Intune][EDGE-1]
  • | | Store For Education | N/A |
  • QuickAssist
  • Kortext
  • |
  • Not installable via IME initially
  • Requires writing additional WDAC supplemental policy
  • | | Microsoft Store app (legacy) option in Intune | N/A | Kortext | Apps provisioned via this option in Intune are not compatible with Windows 11 SE. If you need to install Store apps, use the Store for Education instead. | | Microsoft Store app (new) option in Intune | N/A |
  • Adobe Reader DC
  • (Win32) Kortext (UWP)
  • | UWP Store apps provisioned via this option in Intune are not compatible with Windows 11 SE. If you need to install UWP Store apps, use the Store for Education instead. Win32 Store apps provisioned via this option in Intune are installable*. | | Web links | N/A | https://outlook.com | Installable; link to web page shows up in the Start Menu | \* = Although generally these apps can be installed, there are known limitations that might prevent a specific app from being installed. These is covered in more detail [here](Validate-applications#known-limitations)). > **Important** > > Although you'll be able to install apps on Windows 11 SE devices via Intune, some apps may not perform well on these devices due those apps' minimum spec requirements. > > Before deploying apps, first check which apps will be targeting your Windows 11 SE devices and ensure that they will have their minimum requirements met, and ensure that apps which were previously blocked from installing or running are no longer unintentionally being provisioned once the managed installer policies are introduced. > ## Win32 apps Win32 apps are installed from Intune via an .intunewin package created by the IntuneWinAppUtil command line tool.\ Once the package is created, it can be uploaded to Intune and deployed to devices. For more information, see: - [Windows app deployment by using Microsoft Intune][MEM-1] - [Prepare a Win32 app to be uploaded to Microsoft Intune][MEM-2] - [Add and assign Win32 apps to Microsoft Intune][MEM-3] ## UWP apps UWP apps use two primary flows for installation: - The app is in the Microsoft Store - See the section [below](#store-apps) on Store apps - You have an msix, appx, etc. file for installing the app (LOB app) - Follow the instructions here to [add and deploy a Windows line-of-business app via Microsoft Intune][MEM-4] ## PWA apps If you are trying to install a PWA via Intune, you can do so with the [WebAppInstallForceList Microsoft Edge policy][EDGE-1]. This does not require writing an additional supplemental policy for the app to be installed. ## Store apps ### Store app (new) UWP apps deployed through Intune via Apps > Microsoft Store (new) are currently not supported. Win32 apps can be deployed through this flow, but are subject to the [known limitations of managed installers](Validate-applications#known-limitations). ![](./images/store-app-new.png) --- [EDGE-1]: https://learn.microsoft.com/deployedge/microsoft-edge-policies [M365-1]: https://learn.microsoft.com/microsoft-365/education/deploy/microsoft-store-for-education [MEM-1]: https://learn.microsoft.com/mem/intune/apps/apps-windows-10-app-deploy [MEM-2]: https://learn.microsoft.com/mem/intune/apps/apps-win32-prepare [MEM-3]: https://learn.microsoft.com/mem/intune/apps/apps-win32-add [MEM-4]: https://learn.microsoft.com/mem/intune/apps/lob-apps-windows