From 060c89f5adda47952f9ffa66cb4acbcc07253c9f Mon Sep 17 00:00:00 2001 From: Jordan Russell Date: Sat, 28 Dec 2024 23:38:13 -0600 Subject: [PATCH] Doc: Mention removal of support for 32-bit Arm binaries in Windows 11 24H2. --- ISHelp/isetup.xml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/ISHelp/isetup.xml b/ISHelp/isetup.xml index d2854669..682f2a89 100644 --- a/ISHelp/isetup.xml +++ b/ISHelp/isetup.xml @@ -5422,7 +5422,7 @@ DiskSliceSize=1457664
arm32compatible
-

Matches systems capable of running 32-bit Arm binaries. Only Arm64 Windows includes such support.

+

Matches systems capable of running 32-bit Arm binaries. Arm64 Windows previously included such support, but Microsoft removed it in Windows 11 24H2.

arm64
@@ -5489,8 +5489,6 @@ Or, a boolean expression containing architecture i ArchitecturesAllowed=x64compatible and x86compatible ; - An Arm64 app installer that includes some x64 binaries: ArchitecturesAllowed=arm64 and x64compatible -; - An Arm64 app installer that includes some Arm32 binaries: -ArchitecturesAllowed=arm64 and arm32compatible ; Only allow installation on systems that aren't x64-compatible. ; Useful in a situation where you have separate x86 & x64 installers,