https://bugs.winehq.org/show_bug.cgi?id=55859
Fabian Maurer dark.shadow4@web.de changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |dark.shadow4@web.de
--- Comment #2 from Fabian Maurer dark.shadow4@web.de --- Also needed to install "winetricks corefonts"
You can easily reproduce the issue by extracting "ni-systemlink-message-broker_23.5.1.49156-0+f4_windows_x64" and trying to install the msi from that.
Problematic is the call to net.exe with the arguments stop "NI SystemLink Message Bus" /y
First issue is that net needs to accept the /y switch, I created a MR for this at https://gitlab.winehq.org/wine/wine/-/merge_requests/4300
Then it fails with "Could not get handle to service". Not yet sure why.