http://bugs.winehq.org/show_bug.cgi?id=5991
--- Comment #21 from ricardo filipe ricardo_barbano@hotmail.com 2008-12-05 18:26:23 --- Created an attachment (id=17665) --> (http://bugs.winehq.org/attachment.cgi?id=17665) clusapi: add stubs for ClusterEnum, ClusterOpenEnum and ClusterCloseEnum
this patch adds stubs for the other unimplemented function calls when you run setup.exe as proposed.
this however only gets to a point where it creates a MSSQL folder in C:\ and ends with: fixme:msi:ITERATE_InstallService Dependency list unhandled! err:rpc:I_RpcReceive we got fault packet with status 0x3e6 err:msi:ITERATE_InstallService Failed to create service L"MSSQLSERVER": 998 err:msi:ITERATE_Actions Execution halted, action L"InstallFinalize" returned 1603 err:msi:ITERATE_Actions Execution halted, action L"ExecuteAction" returned 1603
it is farther than before but i don't know how to proceed further. i hope my patch helps.