Patch.SourceListInfo 属性
Patch 对象的 SourceListInfo 属性获取和设置补丁的源信息属性。 此属性调用 MsiSourceListGetInfo 或 MsiSourceListSetInfo。 该属性为读取或写入属性。
此属性为只读。
语法
propVal = Patch.SourceListInfo
属性值
要查询或设置的补丁源信息属性的名称。 有关可能的值,请参阅本主题的“注解”部分。
备注
并非所有可以检索的属性都可以设置。 szProperty 参数可以是以下值之一。
属性 | 可以设置? | 含义 |
---|---|---|
MediaPackagePath | Y | 相对于安装介质根目录的路径。 |
DiskPrompt | Y | 提示用户输入安装介质时使用的提示模板。 |
LastUsedSource | Y | 补丁最近使用的源位置。 设置此属性时,对于网络源,在源位置加上前缀“n;”;对于 URL 类型,在源位置加上前缀“u;”。 例如,使用“n;\\scratch\scratch\test”或“u;https://microsoft.com/Patches/Office/SP1"”。 |
LastUsedType | N | 如果上次使用的源是网络位置,则为“n”。 如果上次使用的源是 URL 位置,则为“u”。 如果上次使用的源是介质,则为“m”。 如果没有上次使用的源,则为空字符串 ("")。 |
PackageName | Y | 源上的 Windows Installer 程序包或补丁程序包的名称。 |
要求
要求 | 值 |
---|---|
版本 |
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 |
|
IID |
IID_IPatch 定义为 000C10A1-0000-0000-C000-000000000046 |
另请参阅