Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Syntax

$cs.MSI_IsMSIFileInstalled(string msifile)

Parameters

msifile

Msi file to check installation status of

Example

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

...