http://bugs.winehq.org/show_bug.cgi?id=29526
Anastasius Focht focht@gmx.net changed:
What |Removed |Added ---------------------------------------------------------------------------- Keywords| |dotnet, Installer Status|UNCONFIRMED |RESOLVED URL| |http://www.microsoft.com/do | |wnloads/details.aspx?family | |id=79BC3B77-E02C-4AD3-AACF- | |A7633F706BA5 CC| |focht@gmx.net Resolution| |WONTFIX Summary|.Net2.0SP1 (32 bit) install |Microsoft .Net Framework |fails |2.0 SP1 (32 bit) install | |fails
--- Comment #7 from Anastasius Focht focht@gmx.net 2012-02-18 16:32:19 CST --- 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