| Reference information | |
|---|---|
| Applies to | Tarma Installer, Windows Installer |
| Related topics | System information variables |
The installer sets this variable to the height, in bits/pixel, of the target system's primary monitor.
| 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 <ScreenY> (Tarma native syntax, preferred) or [ScreenY] (Windows Installer syntax). In conditional expressions you can omit the brackets and use tests like ScreenY >= 768. |