Windows Installer Here

: Features can have a parent-child relationship. If a child feature is selected for installation, its parent feature is automatically included.

: Features are designed from the user's perspective. Users can select which features they want to install via the installer's SelectionTree Control . Windows Installer

: Developers can author packages that allow features to be "advertised" but not fully installed until the user attempts to use them for the first time. Common Use Cases for Developers : Features can have a parent-child relationship

When authoring an installation package , developers define features in the Feature Table of the MSI database. This allows for: Users can select which features they want to

In the context of the , a feature is a specific part of an application's total functionality that a user can recognize and choose to install independently. For example, in a productivity suite, a feature might be a spell-checker, a thesaurus, or a collection of clip art. Key Characteristics of Windows Installer Features

Scroll to Top