Although I do agree that Mozilla/Firefox/Epiphany/Opera are all better than Internet Explorer, there is good reason to test web applications in all possible browsers. I tried semi-successfully to set up IE under Fedore Core 2. The best resource I found was at
http://patrick.spacesurfer.com/ie_wine_install.html with minor modification. It was not necessary to install DCOM98.exe. Modify your config file such that you have:
[Version]
"Windows" = "win98"
and
[DllOverrides]
; some dlls you may want to change
"oleaut32" = "builtin, native"
"ole32" = "builtin, native"
"commdlg" = "builtin, native"
"comdlg32" = "builtin, native"
"shell" = "builtin, native"
"shell32" = "builtin, native"
"shfolder" = "builtin, native"
"shlwapi" = "builtin, native"
"shdocvw" = "builtin, native"
"advapi32" = "builtin, native"
"msvcrt" = "native, builtin"
"mciavi.drv" = "native, builtin"
"mcianim.drv" = "native, builtin"
"cfgmgr32" = "native, builtin"
; For ie6
"*comctl32" = "builtin"
"mshtml" = "native, builtin"
; For Outlook97
"mapi" = "native, builtin"
"mapi32" = "native, builtin"
; Native dlls needed for various parts of the install
"ole32" = "native, builtin"
"compobj" = "native, builtin"
"ole2" = "native, builtin"
"ole2nls" = "native, builtin"
"ole2conv" = "native, builtin"
"ole2prox" = "native, builtin"
"ole2thk" = "native, builtin"
"storage" = "native, builtin"
"olepro32" = "native, builtin"
"rpcrt4" = "native, builtin"
"oleaut32" = "native, builtin"
"msvcrt" = "native, builtin"
"wininet" = "native, builtin"
; for the ie runonce
"setupapi" = "native, builtin"
"devenum" = "native, builtin"
"quartz" = "native, builtin"
"urlmon" = "native"
"shdocvw" = "native, builtin"
"jscript" = "native, builtin"
"wintrust" = "native, builtin"
"shlwapi" = "native, builtin"
"secur32" = "native, builtin"
"crypt32" = "native, builtin"
"ddraw" = "native, builtin"
; default for all other dlls
"*" = "builtin, native"
as mentioned on that website (Many thanks to that author!). At that point run the ie6setup.exe with 'wine ie6setup'. I used a custom install without the help files, just the browser and VBScript enabled. This caused the browser to not work as expected (I can't explain why). Using a default install it worked ok. After installing run wineboot. For some reason the first run would connect to msn.com and nothing else. After closing and re-running it was able to connect to other websites. Note: run the program by typing wine iexplore in the .wine/c/Program Files/Internet Explorer directory.
Hope this helps.