| Reference information | |
|---|---|
| Applies to | Windows Installer |
| Related topics | System information variables |
| External links | |
Windows Installer sets this variable to a nonzero value if the target system supports TrueType font collections. Otherwise, it is not set.
| Usage | |
|---|---|
| How to set | Set automatically by Windows Installer. |
| How to use |
You can refer to this variable as <TTCSupport> (Tarma native syntax, preferred) or [TTCSupport] (Windows Installer syntax). In conditional expressions you can omit the brackets and simply use TTCSupport as a test for TrueType collections support. |