choco install -h
--x86, --forcex86
ForceX86 - Force x86 (32bit) installation on 64 bit systems. Defaults to false.
The problem is x86 is an architecture family of varying bit depths which is inclusive of 64-bit so this doesn't make strict sense.
Propose --32b, --force32bit
choco install -hThe problem is
x86is an architecture family of varying bit depths which is inclusive of 64-bit so this doesn't make strict sense.Propose
--32b, --force32bit