http://bugs.winehq.org/show_bug.cgi?id=1744
truiken@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |rob@codeweavers.com Status|UNCONFIRMED |NEW Component|wine-binary |wine-ole Ever Confirmed| |1
------- Additional Comments From truiken@gmail.com 2007-24-05 23:32 ------- We're running into this warn:
warn:ole:RunningObjectTableImpl_GetObject Moniker unavailable - app may require interprocess running object table
We return MK_E_UNAVAILABLE, which the installer then hangs up on:
Call msi.MsiRecordSetStringA(00000003,00000001,7e6afd00 "ISMsiServerStartup Failure, Failed to create InstallDriver, Error = 0x800401e3") ret=004e152e
MK_E_UNAVAILABLE is 0x800401e3. The FIXME right above this line says "call IrotGetObject", but I'm not familiar enough with COM to know what this requires. Adding Rob to the cc to see if he can shed some light on this.