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.