Installer::ProductInfoFromScript property

Installer 对象的 ProductInfoFromScript 属性返回存储在播发脚本中的指定属性的值。

此属性是只写的。

语法

Installer.ProductInfoFromScript = propVal 

属性值

错误代码

一个字符串或整数值,具体取决于请求的属性。

备注

ProductInfoFromScript 属性使用 MsiGetProductInfoFromScript 函数。

示例

以下示例脚本演示了如何使用 ProductInfoFromScript 属性。

Dim installer
Set installer = CreateObject("WindowsInstaller.Installer")

' 
' Create an advertise script for Orca
'

installer.CreateAdvertiseScript "\\products\public\orca\orca.msi", "c:\scratch\orca.aas"

' 
' Output ProductName Information From Script
'

MsgBox  installer.ProductInfoFromScript("c:\scratch\orca.aas", 3)

要求

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

另请参阅

安装程序

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