Installer.ComponentPath 属性
ComponentPath 属性是一个只读属性,用于返回已安装组件的完整路径。 如果组件的项路径是注册表项,则返回注册表项。
此属性为只读。
语法
propVal = Installer.ComponentPath
属性值
备注
如果组件是一个注册表项,则注册表根目录以数字表示。 例如,注册表路径“HKEY_CURRENT_USER\SOFTWARE\Microsoft”将返回为“01:\SOFTWARE\Microsoft”。 返回的注册表根目录定义如下:
Root | 返回值 |
---|---|
HKEY_CLASSES_ROOT | 00 |
HKEY_CURRENT_USER | 01 |
HKEY_LOCAL_MACHINE | 02 |
HKEY_USERS | 03 |
HKEY_PERFORMANCE_DATA | 04 |
要求
要求 | 值 |
---|---|
版本 |
Windows Server 2012、Windows 8、Windows Server 2008 R2 或 Windows 7 上的 Windows Installer 5.0。 Windows Server 2008 或 Windows Vista 上的 Windows Installer 4.0 或 Windows Installer 4.5。 Windows Server 2003 或 Windows XP 上的 Windows Installer |
DLL |
|
IID |
IID_IInstaller 定义为 000C1090-0000-0000-C000-000000000046 |
另请参阅