Skip to content

Latest commit

 

History

History
42 lines (26 loc) · 1.36 KB

specifying-feature-component-relationships.md

File metadata and controls

42 lines (26 loc) · 1.36 KB
description ms.assetid title ms.topic ms.date
Each Windows Installer Feature uses one or more Windows Installer Components, and features may share components.
7ab4b359-e729-4ca5-8ef3-fa8e988be6da
Specifying Feature-Component Relationships
article
05/31/2018

Specifying Feature-Component Relationships

Each Windows Installer Feature uses one or more Windows Installer Components, and features may share components. The FeatureComponents table defines the relationship between features and components. See the Core Tables Group and Components and Features in the Windows Installer overview. In this section you add information to the FeatureComponents table of the Notepad sample.

Use your database editor to open MNP2000.msi and enter the following data into the empty FeatureComponents table.

FeatureComponents Table

Feature_ Component_
Baseball Baseball
Concert Concert
Dance Dance
Football Football
Help Help
January January
NewYears NewYears
Notepad Notepad
Readme Notepad

 

Continue