TsuQuiet
| Reference information |
| Applies to |
Tarma Installer |
Description
Tarma Installer sets this variable to the installer's verbosity level, which
is one of the following values (they correspond to the /q command
line option):
| Value |
Description |
| 0 |
Not quiet; normal user interface is shown |
| 1 |
Quiet; show progress messages but don't interact with
the user |
| 2 |
Hidden; don't show anything at all |
Usage
| Usage |
| How to set |
This variable is initialized from the command line options and used
internally by the installer. You may change it during the installation
process by assigning a new value to it using the Set
Variable action. |
| How to use |
You can refer to this variable as <TsuQuiet> (Tarma
native syntax, preferred). In conditional
expressions you can omit the brackets and use tests like TsuQuiet
to test for a silent installation. |