From 40404ba0c25b4a49c82743f1f20fe55a29cf04a9 Mon Sep 17 00:00:00 2001 From: Paolo Matarazzo <74918781+paolomatarazzo@users.noreply.github.com> Date: Tue, 30 May 2023 10:58:44 -0400 Subject: [PATCH] updates --- .../windows/tutorial-deploy-apps-winse/deploy-apps.md | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/education/windows/tutorial-deploy-apps-winse/deploy-apps.md b/education/windows/tutorial-deploy-apps-winse/deploy-apps.md index 65ba4caf8b..b14f385597 100644 --- a/education/windows/tutorial-deploy-apps-winse/deploy-apps.md +++ b/education/windows/tutorial-deploy-apps-winse/deploy-apps.md @@ -25,6 +25,9 @@ The following table provides an overview of the applications types that can be d +> [!IMPORTANT] +> Store apps must be installed in device context. Deploying apps in user context fails with error code `0x800711C7`. + > [!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 meet the requirements. @@ -36,9 +39,6 @@ The addition of Win32 applications to Intune consists of repackaging the apps an > [!IMPORTANT] > If you have Windows 11 SE devices that already have apps deployed through Intune, the apps will not get retroactively tagged with the *managed installer* mark. The reason is to avoid making any security assumptions for these apps. You may need to redeploy the apps through Intune to get them properly tagged with managed installer and allowed to run. -> [!IMPORTANT] -> Store apps must be installed in device context. Deploying apps in user context fails with error code `0x800711C7`. - There are known limitations that might prevent applications to install or execute. For more information, see the next section [validate applications](validate-apps.md). ## UWP apps @@ -54,9 +54,6 @@ Public UWP apps available in the Microsoft Store are supported for Windows 11 SE Private UWP apps are currently unsupported for Windows 11 SE. -> [!IMPORTANT] -> Store apps must be installed in device context. Deploying apps in user context fails with error code `0x800711C7`. -