http://bugs.winehq.org/show_bug.cgi?id=10905
--- Comment #2 from Eric Pouech eric.pouech@orange.fr 2007-12-28 08:46:43 --- Created an attachment (id=9843) --> (http://bugs.winehq.org/attachment.cgi?id=9843) proposed solution
Actually, fread is not to blame. Thinstall hooks its own procedure to lots of kernel32 entries (I assume in order not to pollute the disk with lots of temporary files, but rather look at them in a compressed way from the executable itself). And Thinsall did not hook into SetFilePointerEx but only SetFilePointer. So changing our msvcrt to use only the former (and no longer the later) seems to satisfy the installer.