There are a few caveats to installing and running Ableton Live 10 on Linux, and I initially had some issues getting it working on Debian that I couldn’t find solutions for online. Here’s how I got it working:
sudo apt install msitools
msiexec /i Setup.msi
,
however, that wasn’t working for me. It would just run for a few seconds then finish
with no output or results. Instead, run the msiextract command:
msiextract Setup.msi
WINEPREFIX=/path/to/wine64prefix wine Ableton/Live\ 10\ Suite/Program/Ableton\ Live\ 10\
Suite.exe