SummaryInformation element
Properties about the package to be placed in the Summary Information Stream. These are visible from COM through the IStream interface, and these properties can be seen on the package in Explorer.
Attributes
Codepage
stringThe code page integer value or web name for summary info strings only. See remarks for more information.
Comments
stringOptional comments for browsing. New in WiX v5: WiX v5 adds this attribute to the SummaryInformation
element.
Description
stringThe product full name or description.
Keywords
stringOptional keywords for browsing.
Manufacturer
stringThe vendor releasing the package. Defaults to the Package/@Manufacturer attribute’s value.
Parents
Remarks
You can specify any valid Windows code by by integer like 1252, or by web name like Windows-1252. See Code pages for more information.