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@winehq.org ReportedBy: dank@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-bd4f425... 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.)