http://bugs.winehq.org/show_bug.cgi?id=29526
--- Comment #11 from johnaaronrose john.aaron.rose@googlemail.com 2012-02-19 04:38:22 CST --- (In reply to comment #8)
(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"
Didn't work: john@JohnLaptop:~$ winetricks dotnet20sp1 Executing w_do_call dotnet20sp1 Executing load_dotnet20sp1 Current wine does not have wine bug 16956, so not applying workaround Executing w_do_call dotnet20 dotnet20 already installed, skipping ------------------------------------------------------ Working around wine bug 16956 -- Setting windows version so installer works ------------------------------------------------------ Setting Windows version to win2k Executing winetricks_early_wine regedit C:\windows\Temp_dotnet20sp1\set-winver.reg Executing mkdir -p /home/john/.cache/winetricks/dotnet20sp1 fixme:clusapi:GetNodeClusterState ((null),0x32ec04) stub! fixme:advapi:DecryptFileA "y:\83f5f7da6dc4d8a080f4bf53\" 00000000 fixme:heap:HeapSetInformation (nil) 1 (nil) 0 fixme:ole:CoInitializeSecurity ((nil),-1,(nil),(nil),0,3,(nil),0,(nil)) - stub! fixme:advapi:LsaOpenPolicy ((null),0x33ef78,0x00000001,0x33ef94) stub fixme:advapi:LsaClose (0xcafe) stub fixme:advapi:LsaOpenPolicy ((null),0x33e5fc,0x00000001,0x33e624) stub fixme:advapi:LsaClose (0xcafe) stub fixme:mountmgr:harddisk_ioctl Unsupported ioctl 2d0c00 (device=2d access=0 func=300 method=0) fixme:mountmgr:harddisk_ioctl Unsupported ioctl 2d0c00 (device=2d access=0 func=300 method=0) fixme:advapi:LsaOpenPolicy ((null),0x33dd68,0x00000001,0x33dd90) stub fixme:advapi:LsaClose (0xcafe) stub fixme:storage:create_storagefile Storage share mode not implemented. Also, displayed window stating "A problem has been encountered while loading the setup components. Canceling setup.".