Time

Variable that is set to the current time on the target system when the installation starts. The time is set according to the local timezone and formatted according to the user's regional time preferences.

Note: Because of the presence of colons (':') in the resulting text string, you cannot safely use the Time variable as part of file, folder, or shortcut paths or names. If you need a time that is safe to use in file, folder, or shortcut paths, you can use the InstallTime variable instead. That variable always returns the time in HHMMSS format.

Usage

You can refer to this variable as <Time>. Do not set this variable; it is set by the installer.

Related topics

Date, InstallDate, InstallTime, System information variables