Module element
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.
Attributes
Codepage
stringThe code page integer value or web name for the resulting MSM. 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.
Guid
GuidThe GUID of the Merge Module that will be appended to primary keys in the database.
Id
string requiredThe name of the merge module (not the file name).
InstallerVersion
IntegerThe minimum version of the Windows Installer required to install this package. Take the major version of the required Windows Installer and multiply by a 100 then add the minor version of the Windows Installer. For example, “200” would represent Windows Installer 2.0 and “405” would represent Windows Installer 4.5. This value is defaulted to “500” which is the latest version of the Windows Installer and present in Windows 7 and later.
Language
LocalizableInteger requiredThe decimal language ID (LCID) of the merge module.
Version
string requiredThe major and minor versions of the merge module.