$cs.MSI\_GetPropertyFromMSI
Syntax
Section titled “Syntax”$cs.MSI_GetPropertyFromMSI(string msifile, string property)
Parameters
Section titled “Parameters”msifile
MSI file to get information from
property
Property to retrieve
Example
Section titled “Example”Msiproductversion = $cs.MSI_GetPropertyFromMSI('c:\windows\temp\pdfsam.msi,"ProductVersion")returns property as string