ModuleComponents Table

Windows Installer

ModuleComponents Table

The ModuleComponents table contains a list of the components found in the merge module.

The ModuleComponents table has the following columns.

Column Type Key Nullable
Component Identifier Y N
ModuleID Identifier Y N
Language Integer Y N

 

Columns

Component

An identifier referring to a component in the merge module. The Component column is a foreign key to the Component table. The entry in the Component column must follow the naming convention in Naming Primary Keys in Merge Module Databases.

ModuleID

The identifier for the merge module. This is a foreign key to the ModuleSignature table.

Language

The Language identifier describes the default language for the merge module. The language identifier is in decimal format, for example, U.S. English is 1033. Foreign key to the ModuleSignature table.

 

Remarks

Language transforms must be able to update this table if the merge module supports multiple languages.


Send comments about this topic to Microsoft

Build date: 8/13/2009

© 2009 Microsoft Corporation. All rights reserved.