function IsX86OS: Boolean;
Returns True if the system matches architecture identifier x86os.
Before Inno Setup 6.3, IsX86OS was named IsX86. The compiler still accepts IsX86 as an alias for IsX86OS.
Architecture Identifier Matchers like IsX64Compatible
ProcessorArchitecture