Deployment Tools Foundation
State Property
Gets the installed state of a component.
![](collapse_all.gif)
C# | Visual Basic | Visual C++ |
public override InstallState State { get; }
Public Overrides ReadOnly Property State As InstallState
public: virtual property InstallState State { InstallState get () override; }
![](collapse_all.gif)
the installed state of the component, or InstallState.Unknown
if this component is not part of a product
![](collapse_all.gif)
Win32 MSI API: MsiGetComponentPath