| 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 is configured as Shared Windows. Otherwise, it is not set.
| Usage | |
|---|---|
| How to set | Set automatically by Windows Installer. |
| How to use |
You can refer to this variable as <SharedWindows> (Tarma native syntax, preferred) or [SharedWindows] (Windows Installer syntax). In conditional expressions you can omit the brackets and simply use SharedWindows as a test for a shared windows system. |