TsuProgressRange

InstallMate updates this variable with the total number of bytes to be processed during current installation or download action.

This variable can be used in the installer's user interface to display the overall installation progress. The StaticText control knows how to handle byte-sized progress variables and is typically used in this context to create a "pos KB of range KB total" type of indication using a combination of the TsuProgressPos and TsuProgressRange variables.

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

Usage

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

Related topics

TsuProgress, TsuProgressPos, Internal variables