http://bugs.winehq.org/show_bug.cgi?id=2858
------- Additional Comments From nospam@thenerdshow.com 2005-19-12 12:25 ------- I finally got IE6 SP1 to install on AMD64 FC4_64 so maybe this will help others. For some reason I needed native advpack which wasn't mentioned anywhere. Sidenet and winetools won't work either, until I edit the scripts to add native advpack.
$ wine --version (Wine 0.9.3) $ winecfg (set global version to win98) $ WINEDLLOVERRIDES="ole32=n" wine DCOM98.EXE $ WINEDLLOVERRIDES="advpack=n" wine IE6Setup.exe
I guess the goal is to get the installer working without: * Setting global windows version to win98 (Secure pages won't load under 2000) * Native DCOM (installer crashes without it on my box) * Native advpack (installer crashes without it. Could these be separate bugs?)