http://bugs.winehq.org/show_bug.cgi?id=25120 Hans Leidekker <hans(a)meelstraat.net> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |hans(a)meelstraat.net --- Comment #3 from Hans Leidekker <hans(a)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 -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.