[Bug 29526] Microsoft .Net Framework 2.0 SP1 (32 bit) install fails

wine-bugs at winehq.org wine-bugs at winehq.org
Sat Feb 18 16:46:13 CST 2012


http://bugs.winehq.org/show_bug.cgi?id=29526

--- Comment #8 from Austin English <austinenglish at 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"

-- 
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.



More information about the wine-bugs mailing list