http://bugs.winehq.org/show_bug.cgi?id=8439
Anastasius Focht focht@gmx.net changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |focht@gmx.net
--- Comment #2 from Anastasius Focht focht@gmx.net 2008-01-29 15:28:50 --- Hello,
small correction...
--- snip trace --- 0046:trace:process:CreateProcessW starting L"C:\windows\temp\setup.exe" as Win32 binary (0x400000-0x4a4000) --- snip trace ---
vs.
--- snip comment --- Because of this "setup.exe" is resolved to "d:\setup.exe" (d:\ = cdrom root dir) = wrong. --- snip comment ---
"C:\windows\temp\setup.exe" is actually a copy of "d:\setup.exe" which is the current (main) installer executing. Anyway it gets the wrong one due to missing filename/path expansion/resolver in ShellExecute().
Regards