$cs.MSI_GetProductCodeFromMSI
Syntax
$cs.MSI_GetProductCodeFromMSI(string msifile)
Parameters
msifile
MSI file to retrive Productcode from
Example
$msiguid=$cs.MSI_GetProductCodeFromMSI('C:\Windows\Temp\pdfsam.msi')returns MSI Productcode as string
$cs.MSI_GetProductCodeFromMSI(string msifile)
msifile
MSI file to retrive Productcode from
$msiguid=$cs.MSI_GetProductCodeFromMSI('C:\Windows\Temp\pdfsam.msi')returns MSI Productcode as string