http://bugs.winehq.org/show_bug.cgi?id=29526
--- Comment #8 from Austin English austinenglish@gmail.com 2012-02-18 16:46:13 CST --- (In reply to comment #7)
Hello,
this is due to Mono registry mess. You need to change the "version" value back to original one.
--- snip --- $ wine reg add "HKLM\Software\Microsoft\Net Framework Setup\NDP\v2.0.50727" /v Version /d "2.0.50727" /f --- snip ---
and then execute 'winetricks dotnet20sp1'
Winetricks 'dotnet20sp1' recipe misses this step (along with '/norestart' to avoid restart dialog).
Regards
from load_dotnet20() # Delete registry keys used to indicate .net 2.x's presence # Breaks .net 3.5 install, leave it out until we figure that out #$WINE reg delete "HKLM\Software\Microsoft\NET Framework Setup\NDP\v2.0.50727"