http://bugs.winehq.org/show_bug.cgi?id=31522
--- Comment #2 from Daniel Jelinski djelinski1@gmail.com 2012-09-28 13:44:09 CDT --- After commit 99a3ad06910b4badb519a542ca38ac7670fe2201 (wbemprox: Implement IWbemServices::ExecMethod.) SQL Server installer fails with:
trace:wbemprox:wbem_services_ExecMethod 0x17e148, L"StdRegProv", L"EnumValues", 00000000, (nil), 0x188048, 0x8db2c4, (nil) err:wbemprox:get_type_size unhandled type 13 err:wbemprox:get_type_size unhandled type 13 err:wbemprox:get_type_size unhandled type 13 err:wbemprox:get_value invalid column type 13
Since there is no fixme for reg_enumvalues in the log, I guess that ExecMethod is still not working the way it should.
Also management studio will need support for calling nonstatic methods. I'll file another bug for that when this one is completed.