Msi Feature

From wikinotes
Revision as of 22:38, 17 December 2019 by Will (talk | contribs) (→‎Summary)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Features are groups of components that represent a thing to be installed.
For example, in Maya's installer, you have the choice to install satellite render-manager, arnold renderer, fcheck, etc.

Documentation

Feature table https://docs.microsoft.com/en-us/windows/win32/msi/feature-table
FeatureComponents table https://docs.microsoft.com/en-us/windows/win32/msi/featurecomponents-table

Summary