Deployment Tools Foundation
Features Property
Gets the set of published features for the product.

C# | Visual Basic | Visual C++ |
public IEnumerable<FeatureInstallation> Features { get; }
Public ReadOnly Property Features As IEnumerable(Of FeatureInstallation)
public: property IEnumerable<FeatureInstallation^>^ Features { IEnumerable<FeatureInstallation^>^ get (); }

Enumeration of published features for the product.

Because features are not ordered, any new feature has an arbitrary index, meaning this property can return features in any order.
Win32 MSI API: MsiEnumFeatures

Exception | Condition |
---|---|
InstallerException | The installer configuration data is corrupt |