[分享] 在 Ubuntu 下安裝 IE7

Kvm、VMware、Virtualbox、Xen、Qemu 等
pilotwarezhk
帖子: 3
注册时间: 2006-11-24 18:56

[分享] 在 Ubuntu 下安裝 IE7

#1

帖子 pilotwarezhk » 2007-01-11 17:49

首先要先安裝 IEs 4 Linux
修改一下 sources.list
加入以下两行
deb http://us.archive.ubuntu.com/ubuntu dapper universe
deb http://wine.budgetdedicated.com/apt dapper main
更新一下 apt
sudo apt-get update
然后安装
sudo apt-get install cabextract wine

搞定之后就可以开始下载 IE 了
wget http://www.tatanka.com.br/ies4linux/dow ... est.tar.gz
tar zxvf ies4linux-latest.tar.gz
cd ies4linux-*
./ies4linux

过程完了之后,desktop 应该就会有 IE 的 icon 了

现在到安装 IE7 了
先下载一个 Google 版的 IE7
(http://www.google.com/toolbar/ie7/
随便放到一个临时的 folder

替原来的 ie6 复制一下
cd ~/.ies4linux
cp -r ie6/ ie7
sed ~/.ies4linux/bin/ie6 -e 's/ie6/ie7/g' > ~/.ies4linux/bin/ie7
chmod +x ~/.ies4linux/bin/ie7

用 cabextract 把 IE7-Setup 从刚才下载的文件解压出来
cd ~/yourtempfolder
cabextract IE7Setup_G.exe

sudo cabextract IE7-Setup.exe
for i in wininet iertutil shlwapi urlmon jscript vbscript ieframe mshtml mshtmled mshtmler advpack
do
sudo chmod +x $i.dll
sudo cp $i.dll ~/.ies4linux/ie7/drive_c/windows/system/$i.dll
done

chmod +x inetcpl.cpl
cp inetcpl.cpl ~/.ies4linux/ie7/drive_c/windows/system/

现在我们还需要两个 dll,分别为 normaliz.dll 和 inetcplc.dll
wget http://www.down-dll.com/dll/normaliz.zip
wget http://www.down-dll.com/dll/inetcplc.zip

unzip normaliz.zip
unzip inetcplc.zip
cp normaliz.dll ~/.ies4linux/ie7/drive_c/windows/system
cp inetcplc.dll ~/.ies4linux/ie7/drive_c/windows/system

由于 IE7 最低要求为 Windows XP,所以要改一下 WINE 的设置
WINEPREFIX=~/.ies4linux/ie7 winecfg
在最底下哪里把 Windows 改为 Windows XP

再做一个快捷连接
cd ~/bin
ln -s ~/.ies4linux/bin/ie7 ie7

现在就成功了
sokv
帖子: 61
注册时间: 2006-07-22 18:44

#2

帖子 sokv » 2007-01-11 20:15

Firefox不错。
头像
KyTor
帖子: 222
注册时间: 2006-12-05 22:23
来自: http://www.wengyuanhang.com/
联系:

#3

帖子 KyTor » 2007-01-11 21:37

ie是垃圾
虔诚的信徒啊!请相信KyTor吧!
http://www.wengyuanhang.com/
------------------
愿上帝赐我平静,接受我无法改变的事;
愿上帝赐我勇气,改变我能够改变的事;
愿上帝赐我智慧,能明辨这两者的差异;
pilotwarezhk
帖子: 3
注册时间: 2006-11-24 18:56

#4

帖子 pilotwarezhk » 2007-01-15 2:07

but some web developer running linux gotta test their website's performance under IE
this is a much better way than booting into windows (if they're using a notebook, just like me)
jimmin
帖子: 2138
注册时间: 2006-09-24 4:37

#5

帖子 jimmin » 2007-01-15 2:24

sokv 写了:Firefox不错。
我觉得Linux下的Firefox开网页速度不如Windows下。

楼主用Linux下的IE速度和Windows下的比怎么样?
头像
huangjiahua
帖子: 3294
注册时间: 2005-03-30 0:27
联系:

#6

帖子 huangjiahua » 2007-01-15 15:05

楼上的几个, Linux 下用 IE 有她的必要, 如国内好些网银只支持 IE , WEB 开发者需要用 IE 测试网页兼容性。
不要一看到什么就嚷嚷。


FireFox 显示网页慢, 一般是因为你用了不恰当的字体。


另外, 新的 ies4linux 早就支持安装 IE7 了, 加参数 --beta-install-ie7 就是, 楼主估计抄了比较旧的文章。

ies4linux 安装的 IE 不支持 ActiveX , 不能用来使用国内的网银。
跃过无数的时间断层,只为了在
头像
hubert_star
论坛版主
帖子: 5373
注册时间: 2007-10-29 22:12
系统: OSX 10.9 + Ub 1304
来自: 江苏南京

#7

帖子 hubert_star » 2007-11-01 5:46

楼上的观点不错,但是,但是,但是我刚刚用安装了的ie访问了网银,在ie里把activex打开就行了,呵呵。
jimmin
帖子: 2138
注册时间: 2006-09-24 4:37

#8

帖子 jimmin » 2007-11-01 14:53

BS 楼上挖坟的。
头像
hnzksq
帖子: 473
注册时间: 2007-07-11 16:21
来自: 火星

#9

帖子 hnzksq » 2007-11-16 10:39

huangjiahua 写了:楼上的几个, Linux 下用 IE 有她的必要, 如国内好些网银只支持 IE , WEB 开发者需要用 IE 测试网页兼容性。
不要一看到什么就嚷嚷。


FireFox 显示网页慢, 一般是因为你用了不恰当的字体。


另外, 新的 ies4linux 早就支持安装 IE7 了, 加参数 --beta-install-ie7 就是, 楼主估计抄了比较旧的文章。

ies4linux 安装的 IE 不支持 ActiveX , 不能用来使用国内的网银。
这个参数怎么加的?
------
“不要揣测神的心,我的孩子,”老头子的声音仿佛梦呓,“神的胸膛里没有心,那只是一块铁石。”
gydisk
帖子: 57
注册时间: 2007-01-16 12:22

#10

帖子 gydisk » 2007-11-22 15:33

按他的官方网站上的比这个简单多了,http://www.tatanka.com.br/ies4linux/page/Installation
IEs 4 Linux needs two packages: cabextract and Wine. You can install them using your Linux package manager (synaptic, apt-get, yum, emerge etc) or go to their sites.
安装IE之前先安装cabextract and Wine

After that, download IEs 4 Linux. Extract it. Run 'ies4linux'. Follow the instructions.

In a terminal, you can do:
然后在终端输入一下代码就会自动安装了
wget http://www.tatanka.com.br/ies4linux/dow ... est.tar.gz
tar zxvf ies4linux-latest.tar.gz
cd ies4linux-*
./ies4linux
头像
carbont
帖子: 3406
注册时间: 2007-11-22 10:20
来自: 北京

#11

帖子 carbont » 2007-12-23 12:42

装vbox不就是了?
wine用着也太麻烦了,至少等version1.0出来再试试了。
lenovo Thinkpad R60i 0657 LHC
windowsXP……准备换回ubuntu了。

Twitter: @carbont
头像
厄圖
帖子: 141
注册时间: 2007-10-25 3:40
来自: 广西,在西安读书
联系:

#12

帖子 厄圖 » 2007-12-26 1:21

唉,看来中国的linux之路还很艰难,
头像
sammysun
帖子: 4088
注册时间: 2007-12-08 23:33
来自: SCUT-guangzhou

#13

帖子 sammysun » 2007-12-26 10:19

暂时用不上,我一不用网银,二不上QQ空间,哈哈
ericshui
帖子: 7
注册时间: 2007-12-26 21:31

#14

帖子 ericshui » 2007-12-26 22:44

http://www.tatanka.com.br/ies4linux/dow ... est.tar.gz 最近怎么老联接不上呀,试了2天都没法联接
zhangfor
帖子: 44
注册时间: 2007-10-20 10:41

#15

帖子 zhangfor » 2008-01-04 18:24

搞定,楼主太好了,关于楼主给的下载地址当前不能用,我重新找了一个

代码: 全选

wget http://software.lupaworld.cn//u/download/ies4linux-2.0.5.tar.gz
回复