Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
(chocolatey#2112) Add msp support to Install helper
It's trivial to currently work with MSI installers with chocolately, as we natively hook into msiexec's silent installation parameters to complete the installation. Support for msp files directly is a simple addition, as it uses the same underlying msiexec installation method, with a slightly modified parameter set.
- Loading branch information