On Sat, Aug 1, 2009 at 2:05 AM, Hans Leidekkerhans@codeweavers.com wrote:
Here's a recipe for the standalone installer that works for me after applying the patch attached to this e-mail:
$ sha1sum dotnetfx3.exe f3d2c3c7e4c0c35450cf6dab1f9f2e9e7ff50039 dotnetfx3.exe $ rm -rf ~/.wine $ sh winetricks dotnet20 $ export _SFX_CAB_SHUTDOWN_REQUEST=1 $ wine dotnetfx3.exe
It's slow towards the end, too slow I think, but eventually it completes here.
That's good news. That patch looks meatier than the similar patches by Aric and Louis that were posted to wine-patches earlier. How close is it to getting accepted? - Dan