Tarma Installer sets this variable to the installer's reboot policy, which is one of the following values (they correspond to the Reboot policy attribute on the Installer Options project page):
| Value | Description |
|---|---|
| 0 | Never reboot |
| 1 | Reboot if necessary (see TsuRebootRequired) |
| 2 | Always reboot at the end of the installation |
You can refer to this variable as <TsuRebootMode>. In conditional expressions you can omit the brackets and use tests like TsuRebootMode = 2. Set by Tarma Installer from the Reboot policy attribute on the Installer Options project page when you build the installer. You can also use a Set Variable action to change its value at installation time.