TsuProgress

InstallMate sets this variable to the amount of work done during the current installation. This is expressed as a number from 0 to 1000, or tenths of a percent.

This variable is used in the installer's user interface to display the overall installation progress. The ProgressBar and StaticText controls know how to handle 0-1000 progress indicators and are typically used in this context.

Tip: To display the value of the TsuProgress variable in a StaticText control, use the following settings in the StaticText control:

Usage

You can refer to this variable as <TsuProgress>. In conditional expressions you can omit the brackets and use tests like TsuProgress > 500. Set automatically by the installer.

Related topics

TsuProgressPos, TsuProgressRange, Internal variables