When authoring an installation package , developers define features in the Feature Table of the MSI database. This allows for:
: Features can have a parent-child relationship. If a child feature is selected for installation, its parent feature is automatically included.
: Reinstalling or repairing specific features rather than the entire application if files become corrupt.
When authoring an installation package , developers define features in the Feature Table of the MSI database. This allows for:
: Features can have a parent-child relationship. If a child feature is selected for installation, its parent feature is automatically included.
: Reinstalling or repairing specific features rather than the entire application if files become corrupt.