http://bugs.winehq.org/show_bug.cgi?id=25535
Anastasius Focht focht@gmx.net changed:
What |Removed |Added ---------------------------------------------------------------------------- Fixed by SHA1| |0b82e284013dafd20f14377dda3 | |8820f5645a9b4 Status|NEW |RESOLVED Component|-unknown |fusion Resolution| |FIXED
--- Comment #30 from Anastasius Focht focht@gmx.net 2012-05-27 13:59:43 CDT --- Hello,
this should work now with Wine 1.5.5
Recipe:
$ wine reg delete "HKLM\Software\Microsoft\NET Framework Setup\NDP\v4" /f
(or run Mono uninstaller if present)
$ WINEDLLOVERRIDES=fusion=b wine ./dotNetFx40_Full_x86_x64.exe
Post-install step for apps:
$ bash winetricks mscoree=native
The "pure" method (no overrides) was already covered by bug 12401
Regards