Click or drag to resize
PackageFeatures Property
Returns preinstalled package features (MSI).

Namespace: FDF.Common
Assembly: FDF.Common (in FDF.Common.dll) Version: 3.0.0.0
Syntax
public static MsiFeatureCollection Features { get; }

Property Value

Type: MsiFeatureCollection

Return Value

Type: MsiFeatureCollection
Remarks
Associated HKEY_LOCAL_MACHINE registry values are stored under appropriate Features subkey.
See Also