Skip to content

$cs.MSI\_IsMSIFileInstalled

$cs.MSI_IsMSIFileInstalled(string msifile)

msifile

Msi file to check installation status of

Terminal window
if ($cs.MSI_IsMSIFileInstalled('c:\windows\temp\pdfsam.msi'')){
# do something
}

returns boolean (true/false)