https://bugs.winehq.org/show_bug.cgi?id=40117
frank morgner@informatik.hu-berlin.de changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |morgner@informatik.hu-berli | |n.de
--- Comment #4 from frank morgner@informatik.hu-berlin.de --- I stumbled across the same error. You need to satisfy the program's dependencies. Here is what I did:
1. run `winetricks vcrun2013` 2. `winetricks --force dotnet35` 3. the above step didn't succeed out of the box, I was prompted to manually download .NET3.0 from oldversion.com and put it into ${HOME}/.cache/winetricks/dotnet30 4. re-run `winetricks --force dotnet35` which should succeed now. 5. `wine WISOSteuersoftware2016.exe`
The program finally installed and ran successfully.