GetComponentState Method (component)

Microsoft Deployment Tools

Deployment Tools Foundation GetComponentState Method (component)
Deployment Tools Foundation NamespacesMicrosoft.Deployment.WindowsInstallerProductInstallationGetComponentState(String)
Gets the installed state for a product component.
Declaration Syntax
C# Visual Basic Visual C++
public InstallState GetComponentState(
	string component
)
Public Function GetComponentState ( _
	component As String _
) As InstallState
public:
InstallState GetComponentState(
	String^ component
)
Parameters
component (String)
The component being queried; GUID of the component as found in the ComponentId column of the Component table.
Return Value
Installation state of the component for the product instance: either Local or Source.
Remarks

Win32 MSI API: MsiQueryComponentState

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