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