共用方式為


Installer::P roductInfoFromScript 屬性

Installer物件的ProductInfoFromScript屬性會傳回儲存在公告腳本中指定的屬性值。

此屬性是唯寫的。

Syntax

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 Windows Server 2012、Windows 8、Windows Server 2008 R2 或 Windows 7 上的 Installer 5.0。 Windows Windows Server 2008 或 Windows Vista 上的 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 和舊版不支援