https://bugs.winehq.org/show_bug.cgi?id=56703
--- Comment #10 from Santiago Mola santi@mola.io --- If you want a more direct reproduction, you can use this script: https://gist.github.com/smola/cbf631c81ce6245203eb002f828051fb * Comment out line 169 (patch_rhino_msi(installer_path)), which patches rhino.msi to bypass this issue. * Run ./install-rhino.py rhino_en-us_8.11.24254.15001.exe
The installer should fail with the original AddMachineCertificate issue. It will bypass other issues in the .exe installer by extracting it and running the embedded payloads directly instead.
You will also find rhino.msi extracted at build/rhino-installer/rhino_en-us_8.11.24254.15001/rhino.msi for direct execution.