http://bugs.winehq.org/show_bug.cgi?id=30707
--- Comment #10 from Austin English austinenglish@gmail.com 2012-05-25 17:08:49 CDT --- (In reply to comment #9)
Hello Austin,
--- quote --- 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? --- quote ---
yep, that's one of the assemblies requiring junction support during install (native fusion), hence the extra copy "cheat". It should stay with the old recipe.
Regards
http://code.google.com/p/winetricks/source/detail?r=826
please let me know if there is anything else to change.