Installer.ComponentClients 属性
只读 ComponentClients 属性返回一个 StringList 对象,该对象枚举指定组件的客户端集。
此属性为只读。
语法
propVal = Installer.ComponentClients
属性值
表示组件的组件代码的字符串 GUID。 在 Component 表的 ComponentId 列中指定组件代码。
备注
若要枚举组件客户端,应用程序可以使用 For Each 构造循环访问 StringList 对象。 由于客户端未排序,因此任何新组件都有任意索引。 这意味着此函数可以按任何顺序返回客户端。
要求
要求 | 值 |
---|---|
版本 |
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 |
另请参阅