You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Cross-platform MSI info (#155)
Reading details from MSI files, was done by a windows only dll.
This allows loading those details on any platform by using [OpenMCDF](https://github.com/ironfede/openmcdf).
- Packaging MSI files will now work on Linux/mac
- `Show-MsiInfo` command to allow reading Msi info for use in your own scripts.
Co-authored-by: Miyoyo <miyoyo@live.be>