CurrentState Property

Microsoft Deployment Tools

Deployment Tools Foundation CurrentState Property
Gets the current install state of the feature.
Declaration Syntax
C# Visual Basic Visual C++
public InstallState CurrentState { get; }
Public ReadOnly Property CurrentState As InstallState
public:
property InstallState CurrentState {
	InstallState get ();
}
Remarks

Win32 MSI API: MsiGetFeatureState

Exceptions
Exception Condition
InvalidHandleException the Session handle is invalid
ArgumentException an unknown feature was requested

Assembly: Microsoft.Deployment.WindowsInstaller (Module: Microsoft.Deployment.WindowsInstaller) Version: 3.0.0.0 (3.5.1623.0)