http://bugs.winehq.org/show_bug.cgi?id=9956
--- Comment #7 from Anastasius Focht focht@gmx.net 2007-10-09 15:21:56 --- Hello,
is that really the error where the output stops? I'm wondering because ShFolder dll is never needed on Win2K/XP systems and should never get installed. It's only needed for earlier versions like Win9X and NT4 - a migration dll, which backports some newer shell folder api from windows 2000. Make sure your wine configuration is at least Windows 2000 (or Windows XP).
You could try to make full relay (WINEDEBUG=+seh,+tid,+msi,+relay wine ./setup.exe) and attach only last 1000-1500 lines from that (probably large) log file until unrecoverable error occurs.
Regards