http://bugs.winehq.org/show_bug.cgi?id=7332
--- Comment #10 from Dan Kegel dank@kegel.com 2008-05-08 20:42:27 --- Still no joy; it now fails with a dialog box after about the fourth installer screen:
trace:text:DrawTextExW L"Unable to load C:\windows\temp\{7769C85E-57B8-438E-8E4D-AAE75BFF0E4F}\G7AppUtils.dll", -1, [(0,0)-(380,26)] 00000850
Oddly enough, ~/.wine/drive_c/windows/temp/{7769C85E-57B8-438E-8E4D-AAE75BFF0E4F}/G7AppUtils.dll does in fact exist.
It seems LoadLibrary on that dll fails in server/mapping.c's get_image_params():
trace:module:load_native_dll Trying native dll L"C:\windows\temp\{7769C85E-57B8-438E-8E4D-AAE75BFF0E4F}\G7AppUtils.dll" ... 0027: create_mapping( access=000f0005, attributes=00000000, size=000000000, protect=192, file_handle=0x170, objattr={rootdir=(nil),sd={},name=L""} ) 0027: create_mapping() = INVALID_FILE_FOR_SECTION { handle=(nil) } ... warn:module:load_dll Failed to load module L"C:\windows\temp\{7769C85E-57B8-438E-8E4D-AAE75BFF0E4F}\G7AppUtils.dll"; status=c0000020
I'd track it down more but gotta run, maybe tomorrow morning.