http://bugs.winehq.org/show_bug.cgi?id=25120
Hans Leidekker hans@meelstraat.net changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |hans@meelstraat.net
--- Comment #3 from Hans Leidekker hans@meelstraat.net 2010-11-12 13:48:05 CST ---
I don't think we should be using builtin mscoree. Maybe the changes in msi are causing the dll to be loaded before native is present?
No, we were using builtin mscoree even before these changes. What happens is that a custom action is now run which didn't run before, because its condition is now properly satisfied.
This custom action runs the freshly installed regsvcs.exe and fails. You can work around this by setting it to builtin:
$ WINEDLLOVERRIDES=regsvcs.exe=b sh winetricks dotnet11