function IsX64OS: Boolean;
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.
Architecture Identifier Matchers like IsX64Compatible
ProcessorArchitecture