TsuRebootMode
InstallMate 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 |
Usage
You can refer to this variable as <TsuRebootMode>. In conditional expressions you can omit the brackets and use tests like TsuRebootMode = 2. Set by InstallMate 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.