Pascal Scripting: IsX86OS

Prototype

function IsX86OS: Boolean;

Description

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.

See also

Architecture Identifier Matchers like IsX64Compatible
ProcessorArchitecture