浏览代码

Doc: Mention removal of support for 32-bit Arm binaries in Windows 11 24H2.

Jordan Russell 8 月之前
父节点
当前提交
060c89f5ad
共有 1 个文件被更改,包括 1 次插入3 次删除
  1. 1 3
      ISHelp/isetup.xml

+ 1 - 3
ISHelp/isetup.xml

@@ -5422,7 +5422,7 @@ DiskSliceSize=1457664
 
 <dt><b>arm32compatible</b></dt>
 <dd>
-<p>Matches systems capable of running 32-bit Arm binaries. Only Arm64 Windows includes such support.</p>
+<p>Matches systems capable of running 32-bit Arm binaries. Arm64 Windows previously included such support, but Microsoft removed it in Windows 11 24H2.</p>
 </dd>
 
 <dt><b>arm64</b></dt>
@@ -5489,8 +5489,6 @@ Or, a boolean expression containing <link topic="archidentifiers">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 <i>aren't</i> x64-compatible.
 ; Useful in a situation where you have separate x86 &amp; x64 installers,