Syntax
$cs.MSI_IsMSIFileInstalled(string msifile)
Parameters
msifile
Msi file to check installation status of
Example
Code Block | ||
---|---|---|
| ||
if ($cs.MSI_IsMSIFileInstalled('c:\windows\temp\pdfsam.msi'')){ # do something } |
...
$cs.MSI_IsMSIFileInstalled(string msifile)
msifile
Msi file to check installation status of
Code Block | ||
---|---|---|
| ||
if ($cs.MSI_IsMSIFileInstalled('c:\windows\temp\pdfsam.msi'')){ # do something } |
...