Deployment Tools Foundation
GetProductInfoFromScript Method (scriptFile)
Deployment Tools Foundation Namespaces ► Microsoft.Deployment.WindowsInstaller ► Installer ► GetProductInfoFromScript(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
- scriptFile (String)
- Path to a script file generated by GenerateAdvertiseScript(String, String, String, Int32, ProcessorArchitecture, Boolean)
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 |