http://bugs.winehq.org/show_bug.cgi?id=9362
Dan Kegel dank@kegel.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Component|gdiplus |-unknown
--- Comment #8 from Dan Kegel dank@kegel.com 2008-03-11 17:31:14 --- It gets further now, I think it's no longer a gdiplus problem.
With no overrides, it craps out early, and there's a suspicious xml fixme:
fixme:msxml:bsc_QueryInterface interface {79eac9e4-baf9-11ce-8c82-00aa004ba90b} not implemented fixme:msxml:domdoc_get_parseError (0x136b80)->(0x7d8ac7c4): creating a dummy parseError It seems yo need msxml3.
With winetricks msxml3 winver=winxp (vcrun6 no longer needed), the installer downloads the inner installer fine, and it runs to about 50% of "Installing", then aborts with trace:process:CreateProcessW app (null) cmdline L"C:\windows\system32\regsvr32.exe "C:\Program Files\IncrediMail\bin\ImAnimU.dll" /s" ... "Runtime Error! Program: C:\windows\system32\regsvr32.exe R6034 An application has made an attempt to load the C runtime library incorrectly"
This error message can be reproduced with
wine regsvr32 "C:\Program Files\IncrediMail\bin\ImAnimU.dll" /s
It looks like it's some problem loading the Visual C++ 2005 runtimes. winetricks vcrun2005 doesn't seem to help. I poked at a while but I'm not too adept at tracking down winsxs problems.