http://bugs.winehq.org/show_bug.cgi?id=16956
--- Comment #37 from Louis Lenders xerox_xerox2000@yahoo.co.uk 2011-06-29 03:34:24 CDT ---
Try this recipe on plain Wine:
- create fresh prefix
- rm -rf ~/.wine/drive_c/windows/Microsoft.NET/Framework/v2.0.50727
- wine reg delete "HKLM\Software\Microsoft\Net Framework Setup\NDP\v2.0.50727"
- set windows version to win2k
- wine dotnetfx.exe
- server/wineserver -k /* make sure all services are stopped */
- WINEDLLOVERRIDES=ngen.exe,regsvcs.exe,mscorsvw.exe=b wine NetFx20SP1_x86.exe
- set windows version back
Thanks Hans, that works indeed! Does it mean the msi-stuff is fixed? And does the NET 2.0 SP1 installer indeed install all the files correctly?