From d401c1856190043fde1ff38f64ebe982ceee452d Mon Sep 17 00:00:00 2001 From: Paolo Matarazzo <74918781+paolomatarazzo@users.noreply.github.com> Date: Tue, 28 Feb 2023 17:52:09 -0500 Subject: [PATCH] Changes to be committed: modified: education/windows/tutorial-managed-installer/deploy-apps.md --- education/windows/tutorial-managed-installer/deploy-apps.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/education/windows/tutorial-managed-installer/deploy-apps.md b/education/windows/tutorial-managed-installer/deploy-apps.md index e31fe21348..668d3289e4 100644 --- a/education/windows/tutorial-managed-installer/deploy-apps.md +++ b/education/windows/tutorial-managed-installer/deploy-apps.md @@ -18,10 +18,10 @@ The following table details the applications types that can be deployed to Windo |**Installer/App type**|**Installer extensions**|**Available installation methods via Intune**|**Considerations for Windows 11 SE**| |-|-|-|-| -|[Win32][WIN-1]|`.exe`
`.msi`|- Intune Management Extension (IME)
- Microsoft Store integration (Windows Package Manager)|✅ Deploy using IME.
There are known limitations that might prevent a specific app from being installed. For more information, see [validate applications](validate-apps#known-limitations).

⛔It's currently unsupported to use the Microsoft Store to deploy Win32 apps.| -|[Progressive Web Apps (PWAs)][EDGE-2] |`.msix`|- Settings catalog policies
- Microsoft Store integration (Windows Package Manager)|✅ Use settings catalog policies.

⛔It's currently unsupported to use the Microsoft Store to deploy PWAs.| +|[Win32][WIN-1]|`.exe`
`.msi`|- Intune Management Extension (IME)
- Microsoft Store integration (Windows Package Manager)|⚠️ Deploy using IME.
There are known limitations that might prevent a specific app from being installed. For more information, see [validate applications](validate-apps#known-limitations).

⛔ It's currently unsupported to use the Microsoft Store to deploy Win32 apps.| +|[Progressive Web Apps (PWAs)][EDGE-2] |`.msix`|- Settings catalog policies
- Microsoft Store integration (Windows Package Manager)|✅ Use settings catalog policies.

⛔ It's currently unsupported to use the Microsoft Store to deploy PWAs.| |Web links| n/a |- Deploy as web apps|✅ Web links are supported.| -|[Universal Windows Platform (UWP)](/windows/uwp/get-started/universal-application-platform-guide)|`.appx`
`.appxbundle`
`.msix`
|- For private, line-of-business (LOB) apps, [deploy as line-of-business apps][MEM-4]
- For public apps: Microsoft Store integration (Windows Package Manager)|✅ LOB apps are supported.

⛔ It's currently unsupported to use the Microsoft Store to deploy UWP apps.| +|[Universal Windows Platform (UWP)](/windows/uwp/get-started/universal-application-platform-guide)|`.appx`
`.appxbundle`
`.msix`
|- For private, line-of-business (LOB) apps, [deploy as line-of-business apps][MEM-4]
- For public apps: Microsoft Store integration (Windows Package Manager)|⚠️ LOB apps are supported but require using a supplemental policy.

⛔ It's currently unsupported to use the Microsoft Store to deploy UWP apps.| > [!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.