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