Versions Compared

Key

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

Syntax

$cs.MSI_GetPropertyFromMSI(string msifile, string property)

Parameters

msifile

MSI file to get information from

property

Property to retrieve

Example

Code Block
languagepowershell
Msiproductversion = $cs.MSI_GetPropertyFromMSI('c:\windows\temp\pdfsam.msi,"ProductVersion")

...