ComponentInfo object

The ComponentInfo object represents additional details about a component that may be obtained via a call from MsiGetComponentPathEx.

Windows Installer 4.5 or earlier: Not supported. This object is available beginning with Windows Installer 5.0.

Members

The ComponentInfo object has these types of members:

Properties

The ComponentInfo object has these properties.

Property Description
ComponentCode
The component code of the component in question.
Path
The path of the component.
State
The state of the component.

Requirements

Requirement Value
Version
Windows Installer 5.0 or later.
DLL
Msi.dll
IID
IID_IComponentInfo is defined as 000C1099-0000-0000-C000-000000000046

See also

Using the Automation Interface

Windows Installer Scripting Examples