FeatureState Enumeration
Indicates the state of a feature. See https://learn.microsoft.com/en-us/windows/win32/api/msi/nf-msi-msiqueryfeaturestatew.
Members
| Member | Description |
|---|---|
| Absent | INSTALLSTATE_ABSENT |
| Advertised | INSTALLSTATE_ADVERTISED |
| Local | INSTALLSTATE_LOCAL |
| Source | INSTALLSTATE_SOURCE |
| Unknown | Invalid state. |
WixToolset.Mba.Core.dll version 4.0.5+b9b2f1b4c69a1b509d487dc950b30b4ec9b0d040 |