---
title: Consideration before deploying apps with Managed Installer
description: Learn how to Consideration before deploying apps with Managed Installer
ms.date: 02/27/2023
ms.topic: tutorial
appliesto:
- ✅ Windows 11 SE, version 22H2 and later
---

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:
|**Installer/App type**|**Installer extensions**|**Install methods via Intune**|**Notes**|
|-|-|-|-|
|[Universal Windows Platform (UWP)](/windows/uwp/get-started/universal-application-platform-guide)|`.appx`
`.appxbundle`
`.msix`
|
- For public apps (apps publicly available from an independent software vendor) use the integration with Microsoft Store (Windows Package Manager)
- Private apps (internal line-of-business apps) are currently unsupported
|You must write WDAC supplemental policies.|
|Win32|`.exe`
`.msi`|- Microsoft Store integration (Windows Package Manager)
- [Intune Management Extension (IME)](mem/intune/apps/apps-win32-app-management)
|There are known limitations that might prevent a specific app from being installed. For more information, see [validate applications](Validate-applications#known-limitations).|
| Progressive Web Apps (PWAs) |`.msix`|- Microsoft Store integration (Windows Package Manager)
- [Force-installed web Apps](/deployedge/microsoft-edge-policies#configure-list-of-force-installed-web-apps) via [settings catalog policies](/mem/intune/configuration/settings-catalog)
||
| Web links | n/a | [Web apps](/mem/intune/apps/web-app)||
>**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).

---
[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