Using Properties

The following sections describe using the built-in installer properties and additional properties defined by the package author. Properties can be either public properties or private properties. Every property that needs to be defined upon initialization of the installer must have its name and initial value listed in the Property table. Properties having a Null value are not listed in the Property table. You can get or set properties from programs and custom actions and set public properties from the command line. The installation process can be modified by using properties in conditional statements.

Restrictions on Property Names

Initialization of Property Values

Getting and Setting Properties

Using Properties in Conditional Statements

Using a Directory Property in a Path

Note

Do not use properties for passwords or other information that must remain secure. The installer may write the value of a property authored into the Property table or created at runtime into a log or the system registry.

 

About Properties

Property Reference