https://bugs.winehq.org/show_bug.cgi?id=49466
Zebediah Figura z.figura12@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Summary|Wine Staging 5.11 breaks |Native Instruments |Native Instruments' apps |applications hang during |installation |installation on "Installing | |the Native Instruments ISO | |Driver" (machine-specific | |SourceDisksFiles/SourceDisk | |sNames sections) URL| |https://web.archive.org/web | |/20200212174431/https://www | |.native-instruments.com/fil | |eadmin/downloads/Native_Acc | |ess_Installer.zip Keywords| |download, Installer, | |regression Component|-unknown |setupapi Product|Wine-staging |Wine
--- Comment #5 from Zebediah Figura z.figura12@gmail.com --- When you run commands from the shell, you need to escape the spaces, either by prepending a backslash (e.g. "wine Native\ Access\ 1.12.1\ Setup\ PC.exe") or by enclosing the whole path in quotes.
Anyway, it'd be an interesting exercise for someone to do a regression test to see what actually broke this (and I suspect it'll be along the lines of a bug getting fixed that prevented the driver installation), but I ended up finding a download and the bug was easy to track down: we don't handle machine-specific paths in SourceDisksNames/SourceDisksFiles sections.