| Reference information | |
|---|---|
| Applies to | Tarma Installer, Windows Installer |
| Related topics | Intel64, MsiAMD64, Msix64, System information variables |
The installer sets this variable to the Intel processor level as defined by the Win32 SYSTEM_INFO::wProcessorLevel data structure.
| 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 <Intel> (Tarma native syntax, preferred) or [Intel] (Windows Installer syntax). In conditional expressions you can omit the brackets and use tests like Intel >= 15. |