http://bugs.winehq.org/show_bug.cgi?id=12690
Hans Leidekker hans@meelstraat.net changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |hans@meelstraat.net
--- Comment #15 from Hans Leidekker hans@meelstraat.net 2009-01-09 05:25:02 --- To reproduce on current Wine you'll need a dummy catalog file and a patch to add a stubbed iecustom.dll. I'll attach both.
Recipe is as follows:
0. rm -rf ~/.wine 1. wineprefixcreate 2. mkdir -p \ ~/.wine/drive_c/windows/system32/catroot/{f750e6c3-38ee-11d1-85e5-00c04fc295ee} 3. cp oem0.cat \ ~/.wine/drive_c/windows/system32/catroot/{f750e6c3-38ee-11d1-85e5-00c04fc295ee} 4. cd /path/to/wine/source 5. patch -p1 < iecustum_stub.diff 6. autoconf 7. ./configure && make depend && make 8. wine IE7-WindowsXP-x86-enu.exe