Skip to content

$cs.MSI\_GetPropertyFromMSI

$cs.MSI_GetPropertyFromMSI(string msifile, string property)

msifile

MSI file to get information from

property

Property to retrieve

Terminal window
Msiproductversion = $cs.MSI_GetPropertyFromMSI('c:\windows\temp\pdfsam.msi,"ProductVersion")

returns property as string