Version9X
Description
The installer sets this variable to the Windows version number of the target
system if the target system is running Windows 95, 98, or Me. Otherwise it
is not set (or set to 0). The Windows version number is encoded as 100
* major + minor, as follows:
| Product |
Version |
Version9X value |
| Windows 95 |
4.0 |
400 |
| Windows 98 |
4.10 |
410 |
| Windows Me |
4.90 |
490 |
Usage
| Usage |
| How to set |
Do not set this variable directly; it is set automatically when the
installer runs. |
| How to use |
You can refer to it as <Version9X> (Tarma native syntax,
preferred) or [Version9X] (Windows
Installer syntax). In conditional expressions you can omit the brackets and use tests like
Version9X >= 410. |