snapcrafters / sommelier-core

Package a Windows application for Linux using a Snap with Wine.
MIT License
30 stars 10 forks source link

Add support for MSI installers #25

Closed n8marti closed 2 years ago

n8marti commented 2 years ago

The sommelier script is awesome. Thanks for all the hard work. However, it assumes the installer can be run with the wine executable ("WINELOADER"). I have an MSI installer, so the install step fails. If I have time, I'll try to work on a pull request, but incorporating this option based on the LOCAL_INSTALL_EXE file extension should be fairly straightforward.

n8marti commented 2 years ago

26 pull request to close this issue