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