[This is preliminary documentation and subject to change.]
This is the Property property of the MsiEngine object This read-write property represents the string value of a named installer property, as maintained by the MsiEngine object in the in-memory Property table, or, if it is prefixed with a percent sign (%
), the value of a system environment variable for the current process. Either string or integer values may be supplied. A non-existent property or environment variable is equivalent to its value being Null.
object.Property(name)
For a list of common properties, see Property Summary.