Installer.ComponentPathEx property
This property returns a RecordList object that gives the full path of a specified installed component. This property calls MsiGetComponentPathEx.
Windows Installer 4.5 or earlier: Not supported. This property is available beginning with Windows Installer 5.0.
This property is read-only.
Syntax
propVal = Installer.ComponentPathEx
Property value
Requirements
Requirement | Value |
---|---|
Version |
Windows Installer 5.0 on Windows Server 2012, Windows 8, Windows Server 2008 R2 or Windows 7 |
DLL |
|
IID |
IID_IInstaller is defined as 000C1090-0000-0000-C000-000000000046 |
See also