Wix.UpgradeVersion Type
Parameters for WiX Upgrade Version
Record fields
Record Field | Description |
|
|
|
Set to "no" to make the range of versions detected exclude the value specified in Minimum. This attribute is "yes" by default.
|
Full Usage:
Maximum
Field type: string
|
|
Full Usage:
Minimum
Field type: string
|
|
|
|
Full Usage:
Property
Field type: string
|
When the FindRelatedProducts action detects a related product installed on the system, it appends the product code to the property specified in this field. Windows Installer documentation for the Upgrade table states that the property specified in this field must be a public property and must be added to the SecureCustomProperties property. WiX automatically appends the property specified in this field to the SecureCustomProperties property when creating an MSI. Each UpgradeVersion must have a unique Property value. After the FindRelatedProducts action is run, the value of this property is a list of product codes, separated by semicolons (;), detected on the system.
|