| Reference information | |
|---|---|
| Applies to | Tarma Installer, Windows Installer |
| Related topics | MsiNTProductType, MsiNTSuiteBackOffice, MsiNTSuiteDataCenter, MsiNTSuiteEnterprise, MsiNTSuitePersonal, MsiNTSuiteSmallBusinessRestricted, MsiNTSuiteWebServer, Version9x, VersionNT, System information variables |
When running on a Windows 2000 or later system, the installer sets this variable to 1 if Microsoft Small Business Server is installed on the system. Otherwise, this variable is not set.
| 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 <MsiNTSuiteSmallBusiness> (Tarma native syntax, preferred) or [MsiNTSuiteSmallBusiness] (Windows Installer syntax). In conditional expressions you can omit the brackets and use tests like MsiNTSuiteSmallBusiness. |