mirror of
https://github.com/MicrosoftDocs/windows-itpro-docs.git
synced 2025-07-03 11:13:50 +00:00
deploy apps article updates
This commit is contained in:
@ -1,7 +1,7 @@
|
|||||||
---
|
---
|
||||||
title: Consideration before deploying apps with Managed Installer
|
title: Consideration before deploying apps with Managed Installer
|
||||||
description: Learn how to Consideration before deploying apps with Managed Installer
|
description: Learn how to Consideration before deploying apps with Managed Installer
|
||||||
ms.date: 02/24/2023
|
ms.date: 02/27/2023
|
||||||
ms.topic: tutorial
|
ms.topic: tutorial
|
||||||
appliesto:
|
appliesto:
|
||||||
- ✅ <a href="https://learn.microsoft.com/windows/release-health/supported-versions-windows-client" target="_blank">Windows 11 SE, version 22H2 and later</a>
|
- ✅ <a href="https://learn.microsoft.com/windows/release-health/supported-versions-windows-client" target="_blank">Windows 11 SE, version 22H2 and later</a>
|
||||||
@ -14,25 +14,21 @@ However, on Windows SE devices, apps may successfully install, but they need val
|
|||||||
|
|
||||||
The following table details the applications types that can be deployed via Intune, and considerations about the installation on Windows SE:
|
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** |
|
|**Installer/App type**|**Installer extensions**|**Install methods via Intune**|**Notes**|
|
||||||
|---|---|---|---|
|
|-|-|-|-|
|
||||||
| Win32 | <li>.exe</li><li>.msi</li>|<li>Kite Student Portal</li><li>JAWS</li><li>Zoom</li>| Installable* |
|
|[Universal Windows Platform (UWP)](/windows/uwp/get-started/universal-application-platform-guide)|`.appx`<br>`.appxbundle`<br>`.msix`<br>|<ul><li>For public apps (apps publicly available from an independent software vendor) use the integration with Microsoft Store (Windows Package Manager)</li><li>Private apps (internal line-of-business apps) are currently unsupported</li></ul>|You must write WDAC supplemental policies.|
|
||||||
| UWP Line of business apps | <li>.msix</li><li>.msixbundle</li><li>.appx</li><li>.appxbundle</li> | These are usually custom developed apps |<li>Not installable via IME initially</li><li>Requires writing additional WDAC supplemental policy</li> |
|
|Win32|`.exe`<br>`.msi`|<ul><li>Microsoft Store integration (Windows Package Manager)</li><li>[Intune Management Extension (IME)](mem/intune/apps/apps-win32-app-management)</li></ul>|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) |<li>.msix</li>|<li>Outlook</li><li>Wikipedia</li>| <li>PWAs in an MSIX is not installable via IME</li><li>PWAs can be deployed through [Microsoft Edge policies in Intune][EDGE-1]</li>|
|
| Progressive Web Apps (PWAs) |`.msix`|<ul><li>Microsoft Store integration (Windows Package Manager)</li><li>[Force-installed web Apps](/deployedge/microsoft-edge-policies#configure-list-of-force-installed-web-apps) via [settings catalog policies](/mem/intune/configuration/settings-catalog)</li></ul>||
|
||||||
| Store For Education | N/A | <li>QuickAssist</li><li>Kortext</li> | <li>Not installable via IME initially</li><li>Requires writing additional WDAC supplemental policy</li> |
|
| Web links | n/a | [Web apps](/mem/intune/apps/web-app)||
|
||||||
| 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 | <li>Adobe Reader DC</li><li>(Win32) Kortext (UWP)</li> | 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**
|
||||||
|
|
||||||
> **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.
|
> 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.
|
> 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
|
||||||
|
|
||||||
Win32 apps are installed from Intune via an .intunewin package created by the IntuneWinAppUtil command line tool.\
|
Win32 apps are installed from Intune via an .intunewin package created by the IntuneWinAppUtil command line tool.\
|
||||||
@ -119,3 +115,17 @@ Win32 apps can be deployed through this flow, but are subject to the [known limi
|
|||||||
[MEM-2]: https://learn.microsoft.com/mem/intune/apps/apps-win32-prepare
|
[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-3]: https://learn.microsoft.com/mem/intune/apps/apps-win32-add
|
||||||
[MEM-4]: https://learn.microsoft.com/mem/intune/apps/lob-apps-windows
|
[MEM-4]: https://learn.microsoft.com/mem/intune/apps/lob-apps-windows
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<!--
|
||||||
|
| **Application type** | **Installer extensions** | **Example** | **Installable via Intune** |
|
||||||
|
|---|---|---|---|
|
||||||
|
| Win32 | <li>.exe</li><li>.msi</li>|<li>Kite Student Portal</li><li>JAWS</li><li>Zoom</li>| Installable* |
|
||||||
|
| UWP Line of business apps | <li>.msix</li><li>.msixbundle</li><li>.appx</li><li>.appxbundle</li> | These are usually custom developed apps |<li>Not installable via IME initially</li><li>Requires writing additional WDAC supplemental policy</li> |
|
||||||
|
| Progressive Web Apps (PWAs) |<li>.msix</li>|<li>Outlook</li><li>Wikipedia</li>| <li>PWAs in an MSIX is not installable via IME</li><li>PWAs can be deployed through [Microsoft Edge policies in Intune][EDGE-1]</li>|
|
||||||
|
| Store For Education | N/A | <li>QuickAssist</li><li>Kortext</li> | <li>Not installable via IME initially</li><li>Requires writing additional WDAC supplemental policy</li> |
|
||||||
|
| 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 | <li>Adobe Reader DC</li><li>(Win32) Kortext (UWP)</li> | 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 |
|
||||||
|
-->
|
Reference in New Issue
Block a user