Closed jgstew closed 4 years ago
The line is here: https://github.com/autopkg/hansen-m-recipes/blob/master/SharedProcessors/MSIInfoVersionProvider.py#L49
self.output("msiinfo executable not found.")
This issue is resolved by this pull request: https://github.com/autopkg/hansen-m-recipes/pull/168
would be interesting to add a msitools install recipe that uses brew. Is there a homebrew install recipe?
this is resolved
When running
autopkg run Zoom-Win.download
it doesn't output any errors on a new setup of Autopkg, but when runningautopkg run -vv Zoom-Win.download
I get the error message:Right now,
MSIInfoVersionProvider: msiinfo executable not found.
does not bubble up as a real error message at all, but it should even without specifying-vv
Also, the info about how to install
msiinfo
should also be included.