Pascal Scripting: IsX64OS

Prototype

function IsX64OS: Boolean;

Description

Returns True if the system matches architecture identifier x64os .

Before Inno Setup 6.3, IsX64OS was named IsX64. The compiler still accepts IsX64 as an alias for IsX64OS, but will emit a deprecation warning when used.

See also

Architecture Identifier Matchers like IsX64Compatible
ProcessorArchitecture