Msix64

Reference information
Applies to Tarma Installer, Windows Installer
Related topics Intel, Intel64, MsiAMD64, System information variables

Description

If the installer is running on an x64-architecture processor, the installer sets this variable to the processor level as defined by the Win32 SYSTEM_INFO::wProcessorLevel data structure. If the installer is running on another processor, this variable is not set.

Usage

Usage
How to set Do not set this variable directly; it is set automatically when the installer runs.
How to use You can refer to it as <Msix64> (Tarma native syntax, preferred) or [Msix64] (Windows Installer syntax). In conditional expressions you can omit the brackets and use tests like Msix64 to test for the presence of an x64 processor.