[Bug 10905] thinstall firefox demo requires native msvcrt

wine-bugs at winehq.org wine-bugs at winehq.org
Fri Dec 28 08:46:43 CST 2007


http://bugs.winehq.org/show_bug.cgi?id=10905





--- Comment #2 from Eric Pouech <eric.pouech at 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.


-- 
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.



More information about the wine-bugs mailing list