http://bugs.winehq.org/show_bug.cgi?id=8178
Dan Kegel dank@kegel.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Component|-unknown |msi
--- Comment #7 from Dan Kegel dank@kegel.com 2008-05-11 12:32:45 --- With today's wine and winetricks, sh winetricks dotnet11 win2k wine bin/mdac/mdac_typ.exe wine setup.exe seems to get past the installer prerequisites. Sadly, the installer then crashes with an exception just after getting a whole lot of COMPlus environment variables, and looking at the attributes of D:\bin\GreatPlains.msi.
You can try installing that .msi by itself. It needs wsh56, and crashes quickly without it (with a big msi backtrace). With wsh56, it aborts saying "the specified interface is invalid". Here's an example fragment of the long log before the failure:
trace:msi:AutomationObject_QueryInterface () : asking for unsupported interface {a6ef9860-c720-11d0-9337-00a0c90dcaa9} trace:msi:AutomationObject_GetIDsOfNames (0x153848/0x153848)->(0x73464d88,0x7e03ec74,1,1033,0x7e03ec8c) fixme:msi:AutomationObject_GetIDsOfNames Unknown member L"Message", clsid {000c109e-0000-0000-c000-000000000046} trace:seh:MSVCRT_longjmp buf=0x7e03efc4 ebx=7e03f340 esi=7e03efc4 edi=00000000 ebp=7e03ef58 esp=7e03ec8c eip=734642ca frame=7e03ef48 retval=00000001
Looks kind of like an .msi issue.