SwissPT88
September 13th, 2008, 04:17 AM
I was having trouble installing ies4linux IE6 on my Ubunty Hardy..
I kept getting the error:
"Corrupted file: mfc42.cab"
After some searching I saw how to get to where the .cab file _should_ be. Type:
cd .wine/drive_c/windows/system32
Once I was in that folder I saw that the mfc42.cab file I needed was NOT there. I needed to download mfc42.dll apparently and then copy that or rename it to mfc42.cab. I googled mfc42.dll and downloaded it quite easily..
After downloading it, I had this:
mfc42.zip
So I did:
unzip mfc42.zip
..which gave me the mfc42.dll file. Then i did:
cp mfc42.dll mfc42.cab
and I had the file I needed. Then I just needed to stick that file in the folder where it should have been all along, the one I mentioned earlier.. So I did..
cp mfc42.cab .wine/drive_c/windows/system32
That's it. Go back to the ies4linux-2-whatever folder and type:
./ies4linux
..and should install correctly. Hopefully this will help some poor soul :)
I kept getting the error:
"Corrupted file: mfc42.cab"
After some searching I saw how to get to where the .cab file _should_ be. Type:
cd .wine/drive_c/windows/system32
Once I was in that folder I saw that the mfc42.cab file I needed was NOT there. I needed to download mfc42.dll apparently and then copy that or rename it to mfc42.cab. I googled mfc42.dll and downloaded it quite easily..
After downloading it, I had this:
mfc42.zip
So I did:
unzip mfc42.zip
..which gave me the mfc42.dll file. Then i did:
cp mfc42.dll mfc42.cab
and I had the file I needed. Then I just needed to stick that file in the folder where it should have been all along, the one I mentioned earlier.. So I did..
cp mfc42.cab .wine/drive_c/windows/system32
That's it. Go back to the ies4linux-2-whatever folder and type:
./ies4linux
..and should install correctly. Hopefully this will help some poor soul :)