http://bugs.winehq.org/show_bug.cgi?id=25074
--- Comment #14 from Juan Lang juan_lang@yahoo.com 2010-11-15 17:45:42 CST --- I just confirmed the regression test, and my suspicion that the commit identified has already been fixed.
I.e., git reset --hard 966d722752b659a12ffa355a1e559f94907cd66d ./configure make produces a wine that fails to install dotnet30 (though with error 67 for me, not 87 as reported.) And, git reset --hard 966d722752b659a12ffa355a1e559f94907cd66d git reset --hard HEAD~1 ./configure make produces a wine that installs dotnet30. However, git reset --hard 966d722752b659a12ffa355a1e559f94907cd66d git cherry-pick 68fceb5e5b4c345dd6d7f77d2d250f1e8a779007 ./configure make also produces a wine that installs dotnet30.
So, the remaining regression is elsewhere, and a new regression test is needed.