| Reference information | |
|---|---|
| Applies to | Tarma Installer, Windows Installer |
| Related topics | Date, InstallDate, Time, System information variables |
Variable that is set to the current time on the target system when the installation starts, in the format HHMMSS (2-digit hour on a 24-hour clock, 2-digit minute, 2-digit second). The time is set according to the local timezone.
Tip: The related variable Time contains the same time in a more conventional format, suitable for display purposes. However, Time cannot be used safely in file or folder paths.
| Usage | |
|---|---|
| How to set | Do not set this variable; it is set by the installer. |
| How to use | You can refer to this variable as <InstallTime> (Tarma native syntax, preferred) or [InstallTime] (Windows Installer syntax). |