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)
- Package (min: 1, max: 1)
- Choice of elements (min: 0, max: unbounded)
- AppId (min: 0, max: unbounded)
- Binary (min: 0, max: unbounded)
- ComponentGroupRef (min: 0, max: unbounded)
- ComponentRef (min: 0, max: unbounded)
- Configuration (min: 0, max: unbounded)
- CustomAction (min: 0, max: unbounded)
- CustomActionRef (min: 0, max: unbounded)
- CustomTable (min: 0, max: unbounded)
- Dependency (min: 0, max: unbounded)
- Directory (min: 0, max: unbounded)
- DirectoryRef (min: 0, max: unbounded)
- EnsureTable (min: 0, max: unbounded)
- Exclusion (min: 0, max: unbounded)
- FragmentRef (min: 0, max: unbounded)
- Group (min: 0, max: unbounded)
- Icon (min: 0, max: unbounded)
- IgnoreModularization (min: 0, max: unbounded)
- Property (min: 0, max: unbounded)
- PropertyRef (min: 0, max: unbounded)
- SFPCatalog (min: 0, max: unbounded)
- SqlDatabase (min: 0, max: unbounded)
- Substitution (min: 0, max: unbounded)
- UI (min: 0, max: unbounded)
- UIRef (min: 0, max: unbounded)
- User (min: 0, max: unbounded)
- WebApplication (min: 0, max: unbounded)
- WebAppPool (min: 0, max: unbounded)
- WebDirProperties (min: 0, max: unbounded)
- WebLog (min: 0, max: unbounded)
- WebSite (min: 0, max: unbounded)
- Sequence (min: 1, max: 1)
- InstallExecuteSequence (min: 0, max: 1)
- InstallUISequence (min: 0, max: 1)
- AdminExecuteSequence (min: 0, max: 1)
- AdminUISequence (min: 0, max: 1)
- AdvertiseExecuteSequence (min: 0, max: 1)
- Any Element namespace='##other' processContents='Lax'
- 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