| Reference information | |
|---|---|
| Applies to | Windows Installer |
| Related topics | System information variables |
| External links | |
Windows Installer sets this variable to the height, in pixels, of the window captions (i.e., title bars) on the target system.
| 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 <CaptionHeight> (Tarma native syntax, preferred) or [CaptionHeight] (Windows Installer syntax). In conditional expressions you can omit the brackets and use tests like CaptionHeight > 6. |