[Bug 25060] New: .net 3.5 installer does not complete

wine-bugs at winehq.org wine-bugs at winehq.org
Sun Nov 7 09:08:14 CST 2010


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

           Summary: .net 3.5 installer does not complete
           Product: Wine
           Version: 1.3.6
          Platform: x86
        OS/Version: Linux
            Status: NEW
          Severity: normal
          Priority: P2
         Component: -unknown
        AssignedTo: wine-bugs at winehq.org
        ReportedBy: dank at kegel.com


The following steps gleaned from 
http://blogs.msdn.com/astebner/archive/2008/07/17/8745415.aspx
try to do an offline install of .net 3.5:

winetricks dotnet20
wget
http://download.microsoft.com/download/6/0/f/60fc5854-3cb8-4892-b6db-bd4f42510f28/dotnetfx35.exe
cabextract dotnetfx35.exe
cd wcu/dotNetFramework
wine dotNetFx35setup.exe /lang:ENU

This fails with an error dialog, and starting a .net 3.5 app (like Bloodline 
Champions) complains that .net 3.5 is not installed.

Partial workaround from Louis Lender (see original at
http://bugs.winehq.org/show_bug.cgi?id=22551#c5 ):
Change system.reg's 
[HKEY_LOCAL_MACHINE\Software\Microsoft\NET Framework Setup\NDP\v2.0.50727]
from
"SP"=dword:00000000
to
"SP"=dword:00000001
and then do
cd ~/.wine/drive_c/wcu/dotNetFramework/dotNetFX35/x86/
cabextract netfx35_x86.exe
msiexec  /i vs_setup.msi ADDEPLOY=1

Then some apps will at least start.

(winetricks dotnet35 already does the first part; I should probably add
Louis' steps, too.)

-- 
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