GetProductInfoFromScript Method (scriptFile)

Microsoft Deployment Tools

Deployment Tools Foundation GetProductInfoFromScript Method (scriptFile)
Deployment Tools Foundation NamespacesMicrosoft.Deployment.WindowsInstallerInstallerGetProductInfoFromScript(String)
Gets product information for an installer script file.
Declaration Syntax
C# Visual Basic Visual C++
public static ProductInstallation GetProductInfoFromScript(
	string scriptFile
)
Public Shared Function GetProductInfoFromScript ( _
	scriptFile As String _
) As ProductInstallation
public:
static ProductInstallation^ GetProductInfoFromScript(
	String^ scriptFile
)
Parameters
Return Value
ProductInstallation stub with advertise-related properties filled in.
Remarks

Only the following properties will be filled in in the returned object:

Other properties will be null.

Win32 MSI API: MsiGetProductInfoFromScript

Exceptions
Exception Condition
ArgumentOutOfRangeException An invalid product property was requested

Assembly: Microsoft.Deployment.WindowsInstaller (Module: Microsoft.Deployment.WindowsInstaller) Version: 3.0.0.0 (3.5.1623.0)