Generating MergeModule.CABinet Cabinet Files

Windows Installer

Generating MergeModule.CABinet Cabinet Files

Every file that is delivered to the target installation package by the merge module must be stored inside of a cabinet file embedded as a stream inside the .msm file. The name of this cabinet is always MergeModule.CABinet.

The names of files in MergeModule.CABinet must match the primary keys used in the merge module's File table and must adhere to the convention described in Naming Primary Keys in Merge Module Databases.

The installer skips extra files included in MergeModule.CABinet that are not listed in the merge module's File table. The sequence numbers of files specified in the File table do not need to be consecutive, but they must follow the same sequence as the files stored inside MergeModule.CABinet. For more information, see Authoring Merge Module File Tables.

This means that a single cabinet file can contain all the files needed for a merge module to support multiple languages. All the language files can be given unique sequence numbers in the cabinet and then a language transform can be used to add or remove files from the File table to obtain a merge module for a particular language. For details, see Authoring Multiple Language Merge Modules.

MergeModule.CABinet can be added to the merge module by opening a temporary _Streams Table. For example, the tool Msidb.exe provided with the Windows Installer SDK can be used to add the MergeModule.CABinet to the merge module. For more information, see Including a Cabinet File in an Installation.

Send comments about this topic to Microsoft

Build date: 8/13/2009

© 2009 Microsoft Corporation. All rights reserved.