Installer.Components 属性
只读 Components 属性返回一个 StringList 对象,该对象枚举所有产品的已安装组件集。
此属性为只读。
语法
propVal = Installer.Components
属性值
备注
若要枚举组件,应用程序可以使用 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 |
另请参阅