INSTALLLEVEL

Reference information
Applies to Windows Installer
External links External link Windows Installer documentation

Description

Public property that defines the initial selection level for features in Windows Installer. A feature is initially selected for installation if its Initial state Feature attribute is set to a value less than or equal to INSTALLEVEL, but greater than 0.

Usage

Usage
How to set You can set this variable to the initial feature installation level; we recommend setting it to 100. Because this is a public property, you can also set it on the installer's command line.
How to use Used internally by Windows Installer. You can refer to it as <INSTALLLEVEL> (Tarma native syntax, preferred) or [INSTALLLEVEL] (Windows Installer syntax).