| Reference information | |
|---|---|
| Applies to | Tarma Installer, Windows Installer |
| Related topics | ServicePackLevel, Version9X, VersionNT, VersionNT64, WindowsBuild, System information variables |
The installer sets this variable to the minor service pack level of the target system, if any.
| 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 <ServicePackLevelMinor> (Tarma native syntax, preferred) or [ServicePackLevelMinor] (Windows Installer syntax). In conditional expressions you can omit the brackets and use tests like ServicePackLevelMinor > 0. |