Merge Module Details PageCopy link to this sectionLink to this section copied!

General information about the merge module.

Module DetailsCopy link to this sectionLink to this section copied!

Module NameCopy link to this sectionLink to this section copied!

The complete name of your merge module. You can localize this value.

Company NameCopy link to this sectionLink to this section copied!

The full name of your company. You can localize this value.

CommentsCopy link to this sectionLink to this section copied!

A more detailed description of the merge module. You can localize this value.

Module SignatureCopy link to this sectionLink to this section copied!

Module IDCopy link to this sectionLink to this section copied!

Specify an identifier for the merge module. This string along with the module GUID, module language and module version will uniquely identify the merge module.

Module VersionCopy link to this sectionLink to this section copied!

The merge module's version.

A version string has the format "x.y.z" where x, y and z are numbers. Windows Installer actually allows 4 numbers in the string, but the last one is ignored when comparing versions. The maximum acceptable version string is "255.255.65535.65535". The following are examples of valid version strings: "3", "2.0", "2.11", "5.10.5".

Package TypeCopy link to this sectionLink to this section copied!

Select between 32-bit, 64-bit for Intel processors and 64-bit for AMD processors.

Module GUIDCopy link to this sectionLink to this section copied!

Specify a GUID for the merge module. It is used to uniquely identify the merge module. Use the [ Generate ] button to change it.

NoteNormally there is no need to change this GUID. A possible case when you have to modify it is when you want to merge two different versions of a merge module into the same MSI.

PropertiesCopy link to this sectionLink to this section copied!

You can add new custom Properties to your merge module.

NoteIf you use this property in a custom action you should append the GUID specified in the “Module GUID” field to the property's name.

Example:

     YourProperty.EC991D93_4A99_4225_8B6E_DED9F5C2D393

Creating a new propertyCopy link to this sectionLink to this section copied!

Use the [ New ] toolbar button, the “New” list context menu item or press the Insert key while the list control is focused.

Modifying a property's name or valueCopy link to this sectionLink to this section copied!

Use the [ Edit ] button, the “Edit” list context menu item or press the Space key while a name or value column in the list control is selected.

Removing a propertyCopy link to this sectionLink to this section copied!

Use the [ Delete ] toolbar button, the “Delete” list context menu item or press the Delete key while an element from the list control is selected.

ImportantThe following attributes can be made configurable at merge time:

  • Property Value

TipFor more information about the resources and attributes that can be configured, please see: Configurable Merge Modules Page.