Product.SourceListInfo 属性

Product 对象的 SourceListInfo 属性获取并设置产品的源信息属性。 此属性调用 MsiSourceListGetInfoMsiSourceListSetInfo。 这是一个读取或写入属性。

此属性为只读。

语法

propVal = Product.SourceListInfo

属性值

要查询或设置的产品源信息属性的名称。 有关可能的值,请参阅本主题的“备注”部分。

备注

并非所有可以检索的属性都可以设置。 szProperty 参数可以是以下值之一。

属性 可以设置? 含义
MediaPackagePath Y 相对于安装介质根目录的路径。
DiskPrompt Y 提示用户输入安装介质时使用的提示模板。
LastUsedSource Y 产品最近使用的源位置。 设置此属性时,对于网络源,在源位置加上前缀“n;”;对于 URL 类型,在源位置加上前缀“u;”。 例如,“n;\\scratch\scratch\MySource”和“u;https://MyServer/MyFolder/MySource"”。
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
Msi.dll
IID
IID_IProduct 定义为 000C10A0-0000-0000-C000-000000000046

另请参阅

Product

MsiSourceListGetInfo

MsiSourceListSetInfo

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