From c4be471c31672538bfeb8c113323bc0ef7549109 Mon Sep 17 00:00:00 2001 From: Rod Widdowson Date: Sat, 9 Sep 2023 13:27:12 +0100 Subject: [PATCH] Revise PR based on review feedback. --- src/xsd4/wix.xsd | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/xsd4/wix.xsd b/src/xsd4/wix.xsd index 7f532d7d..874a3c63 100644 --- a/src/xsd4/wix.xsd +++ b/src/xsd4/wix.xsd @@ -8145,10 +8145,10 @@ - Overrides the default Component bitness. Only 64-bit Components install to 64-bit locations such + Overrides the default Component bitness. Only 64-bit Components can install to 64-bit locations such as `ProgramFiles64Folder` and the 64-bit registry. The value `always64` will force the Component bitness to be 64-bit and cannot be included in 32-bit packages. - Simliarly, the value `always32` will force the Component bitness to 32-bit. 32-bit Components be included in + Simliarly, the value `always32` will force the Component bitness to 32-bit and can be included in 32-bit or 64-bit packages. The default value is `default` where the Component will be installed using the same bitness as the package.