https://bugs.winehq.org/show_bug.cgi?id=47775
--- Comment #1 from Artem S. Tashkinov aros@gmx.com --- Why do I need this. I want to setup a binfmt_misc handler for MSI files:
# MSI Windows Installer :windowsMSI:E::msi::/opt/wine/bin/start:
where start is a copy of any virtual wine application (e.g. winepath).
Alas, my idea doesn't work. Of course, I could try stripping the full path in my start handler but it looks like a lot of unnecessary work.