http://bugs.winehq.org/show_bug.cgi?id=7332
Dan Kegel dank@kegel.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |FIXED
--- Comment #11 from Dan Kegel dank@kegel.com 2008-05-09 14:23:35 --- DLL loading fails because the file L"C:\windows\temp\{7769C85E-57B8-438E-8E4D-AAE75BFF0E4F}\G7AppUtils.dll" doesn't start with IMAGE_DOS_SIGNATURE. Oddly, there is a file of the same name on the CD that does. It's a different size, though.
And what do you know... running with WINEDEBUG=warn+heap, that file just grows forever until you kill the installer, and if you hexdump it, it has a whole bunch of 0x55's and 0xaa's in it. Sounds like a bug... though I don't know if it's in installshield or in wine. Time to run it under valgrind, I guess.
But that's in the *installer*, not the autorun, so I'm going to mark this bug fixed, and file a new one once I narrow down this wierdness more.