http://bugs.winehq.org/show_bug.cgi?id=30707
--- Comment #8 from Austin English austinenglish@gmail.com 2012-05-25 13:58:21 CDT --- (In reply to comment #6)
Austin/Dan: starting with Wine 1.5.5 'winetricks dotnet40' recipe can be modified to not use gacutil hack anymore. For Wine < 1.5.5 the current gacutil way should be kept and phased out at some point.
http://code.google.com/p/winetricks/source/detail?r=822
Should: mkdir -p "$W_WINDIR_UNIX/Microsoft.NET/assembly/GAC_32/System.EnterpriseServices/v4.0_4.0.0.0__b03f5f7f11d50a3a" cp "$W_WINDIR_UNIX/Microsoft.NET/Framework/v4.0.30319/System.EnterpriseServices.dll" "$W_WINDIR_UNIX/Microsoft.NET/assembly/GAC_32/System.EnterpriseServices/v4.0_4.0.0.0__b03f5f7f11d50a3a"
be < 1.5.5 as well?