Syntax
<dllobject>.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