Module Element

WiX Help

Module Element

Description

The Module element is analogous to the main function in a C program. When linking, only one Module section can be given to the linker to produce a successful result. Using this element creates an msm 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 String The name of the merge module (not the file name). Yes
Codepage Integer The codepage of the merge module.  
Guid Uuid The product code GUID of the merge module. Yes
Language LocalizableInteger The decimal language ID (LCID) of the merge module. Yes
Version String The product version string of the merge module. Yes
See Also
Wix Schema