$cs.MSI_IsMSIFileInstalled
Syntax
$cs.MSI_IsMSIFileInstalled(string msifile)
Â
Parameters
msifile
Msi file to check installation status of
Â
Example
if ($cs.MSI_IsMSIFileInstalled('c:\windows\temp\pdfsam.msi'')){
# do something
}
returns boolean (true/false)
Â