http://bugs.winehq.org/show_bug.cgi?id=2561
--- Comment #26 from Dan Kegel dank@kegel.com 2008-12-04 00:05:45 --- The 4.0 installer seems fine. The 6.x installer hangs at a splash screen right after reading EULA.txt. It seems to be waiting for some windows message?
(The 4.0 app still hangs just like before, but upon second look, it's doing something very interesting: it seems to be reading from a file using fgetc, but *every* fgetc triggers a fill buffer. It's as if the app clobbers the FILE's cnt member between every call to fgetc! Bleah.)
We should probably open a new bug for these two problems, this one is getting kind of messy.