Product Element

WiX Help

Product Element

Description

The Product element is analogous to the main function in a C program. When linking, only one Product section can be given to the linker to produce a successful result. Using this element creates an msi file.

Windows Installer references
None
Parents
Wix
Inner Text
None
Children
Sequence (min: 1, max: 1)
  1. Package (min: 1, max: 1)
  2. Choice of elements (min: 0, max: unbounded)
Attributes
Name Type Description Required
Id Autogenuuid The product code GUID for the product. Yes
Codepage Integer The codepage for the resulting MSI.  
Language LocalizableInteger The decimal language ID (LCID) for the product. Yes
Manufacturer String The manufacturer of the product. Yes
Name String The descriptive name of the product. Yes
UpgradeCode Uuid The upgrade code GUID for the product.  
Version String The product's version string. Yes
Any attribute namespace='##other' processContents='lax'
See Also
Wix Schema