Installer.RelatedProducts 属性

只读属性 RelatedProducts 返回一个 StringList 对象,该对象枚举为当前用户和计算机(其 Property 表中包含指定的 UpgradeCode 属性)安装或播发的所有产品的集合。

此属性为只读。

语法

propVal = Installer.RelatedProducts

属性值

安装程序枚举的相关产品的升级代码。

备注

为了枚举相关产品,应用程序使用 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
Msi.dll
IID
IID_IInstaller 定义为 000C1090-0000-0000-C000-000000000046

另请参阅

MsiEnumRelatedProducts