فهرست منبع

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,