Deployment Tools Foundation
GetComponentState Method (component)
Deployment Tools Foundation Namespaces ► Microsoft.Deployment.WindowsInstaller ► ProductInstallation ► GetComponentState(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
Remarks
Win32 MSI API: MsiQueryComponentState
Assembly: Microsoft.Deployment.WindowsInstaller (Module: Microsoft.Deployment.WindowsInstaller.dll) Version: 3.0.0.0 (3.9.1006.0)