http://bugs.winehq.org/show_bug.cgi?id=4975
------- Additional Comments From clintcan@yahoo.com 2006-06-04 09:01 ------- Hi, this bug has been confirmed by jim burns in the comment section:
This has apparently to do with the fake dlls. I had no time to do regression testing due to tight schedules.
3) Since 0.9.11, there is no /usr/lib/wine/winhlp32.exe.so. Either create a soft link, or in the spirit of recent wine versions that are staying away from soft links:
cd /usr/lib/wine cp winhelp.exe.so winhlp32.exe.so
otherwise ie6setup bombs when it tries to display winhelp.hlp.
4) Since 0.9.11, I've had problems using the install procedure at the top of this page. Certain dlls get overwritten by the 'fake' ones - namely crypt32 and shlwapi. I'm not sure, but this may be a capitalization problem between the 'fake' crypt32 and the 'real' CRYPT32, etc. - but it's the all caps .DLL that's getting overwritten.