I tried the IE4Linux installer a few times to see what was going on and also noticed that when the file was failing it would fail really quickly. What I mean by that is one moment it's downloading and everything is fine then the next moment it fails and says there is an error.
Here is the log of what happens :
IEs4Linux will:
- Install Internet Explorers: 6.0, 7.0
- Using IE locale: EN-US
- Install everything at: /home/remote/.ies4linux
[ OK ]
Downloading everything we need
Downloading from microsoft.com:
DCOM98.EXE
mfc42.cab
249973USA8.exe
ADVAUTH.CAB
CRLUPD.CAB
HHUPD.CAB
IEDOM.CAB
100% IE_EXTRA.CAB
53% IE_S1.CAB!! An error ocurred when downloading. Please run IEs4Linux again. Corrupted file: ie6/EN-US/IE_S1.CAB
The fix for this is really simple. When you first run the IE4Linux install click the "Advanced" button and add the code below to the Wget flags section.
-t 10 -T 10
So the full thing should read
-c -t 10 -T 10
This tells Wget to use a network time out of 10 seconds and to retry 10 times upon failure. As soon as I used these options the downloads worked with no problem.
Enjoy!