https://bugs.winehq.org/show_bug.cgi?id=45735
--- Comment #9 from Sitoo Stefaniee@gmx.de --- (In reply to Zebediah Figura from comment #8)
Patch sent: https://source.winehq.org/patches/data/150561
That said, at least part of this software appears to involve using kernel drivers to read USB ports directly, and uses other unimplemented parts of the PNP subsystem. That's not implemented in Wine, and it'll take some significant work to implement it.
First thing I guess it needs is "pnputil.exe /a"; which seems to just be a simple wrapper around InstallHinfSection().
Does that mean, I should try to apply this patch by building wine from source? Or is this a part of the solution (installation does not crash anymore) but the usb recognition of my devices will still fail?