MsiProperty Element

WiX Toolset

MsiProperty Element

Description
Allows an MSI property to be set based on the value of a burn engine expression.
Windows Installer references
None
Parents
MsiPackage, MspPackage
Inner Text
None
Children
None
Attributes
Name Type Description Required
Name String The name of the MSI property to set. Burn controls the follow MSI properties so they cannot be set with MsiProperty: ACTION, ALLUSERS, REBOOT, REINSTALL, REINSTALLMODE Yes
Value String The value to set the property to. This string is evaluated by the burn engine and can be as simple as a burn engine variable reference or as complex as a full expression. Yes
See Also
Wix Schema