Patch.Sources 属性

Sources 属性枚举修补程序实例的所有源。 此属性调用 MsiSourceListEnumSources 并返回字符串数组,并接受源类型作为参数。

此属性为只读。

语法

propVal = Patch.Sources

属性值

要枚举的源的类型。 值可以是 msiInstallSourceTypeNetwork (1) 或 msiInstallSourceTypeURL (2)。

要求

要求
版本
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 2000 上的 Windows Installer 3.0 或更高版本
DLL
Msi.dll
IID
IID_IPatch 定义为 000C10A1-0000-0000-C000-000000000046

另请参阅

Patch

MsiSourceListEnumSources

在 Windows Installer 2.0 及更低版本中不受支持