VersionMsi

Reference information
Applies to Tarma Installer, Windows Installer
Related topics System information variables
External links External link Windows Installer documentation

Description

This variable contains the Windows Installer version number as major.minor[.build.revision]. The last two components (.build.revision) are only present in Tarma Installer.

Usage

Usage
How to set Set automatically by the installer.
How to use You can refer to this variable as <VersionMsi> (Tarma native syntax, preferred) or [VersionMsi] (Windows Installer syntax). In Tarma Installer, you can use the $vercmp function to compare the MSI version to something else, for example <$vercmp(<VersionMsi>, 3.0>. This is not supported by Windows Installer.