
Use PowerShell to Read MSI Windows Installer Properties
This is an example of how we can use PowerShell to read MSI windows installer properties. It’s a reusable function where we can pass in any MSI property name (ProductCode, ProductName, ProductVersion, ALLUSERS etc) and return the value as a...








