Installer.ExtractPatchXMLData 方法

Installer 对象的 ExtractPatchXMLData 方法以 XML 字符串的形式从修补程序中提取信息。 此信息可用于确定修补程序是否应用于目标系统。 此方法调用 MsiExtractPatchXMLData

语法

Installer.ExtractPatchXMLData(
  PatchPath
)

参数

PatchPath

要从中提取适用性信息的修补程序的完整路径。

返回值

此方法不返回值。

要求

要求
版本
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 3.0 或更高版本。
DLL
Msi.dll
IID
IID_IInstaller 定义为 000C1090-0000-0000-C000-000000000046

另请参阅

MsiExtractPatchXMLData

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