当前位置: 首页 > 工具软件 > IEs4Linux > 使用案例 >

ies4linux+打包下载,安装ies4linux

左丘曦
2023-12-01

硬件环境: intel P4 3.0D

系统环境: redhat as4u4 kernel 2.6.9-5.ELsmp

软件: cabextract-1.2-1.i386.rpm ()

wine-1.1.14.tar.bz2 ()

ies4linux-2.99.0.tar.gz()

安装步骤:

1. rpm -ivh cabextract-1.2-1.i386.rpm

2. tar -jxvf wine-1.1.14.tar.bz2 cd wine-1.1.14 ./configure && make && make install

3. 以普通用户身份

tar -zxvf ies4linux-2.99.0.tar.gz

cd ies4linux-2.99.0

注:如果系统使用中文是需要如下步骤

vi lib/functions.sh

找出 pid=$(wget -q -b -t 1 -T 5 -U “$useragent” -o /dev/null $URL $WGETFLAGS -O “$file” | sed -e ’s/[^0-9]//g’)

改成 pid=$(LC_ALL=C LANG=C wget -q -b -t 1 -T 5 -U “$useragent” -o /dev/null $URL $WGETFLAGS -O “$file” | sed -e ’s/[^0-9]//g’)

然后在执行 ./ies4linux --no-gui --beta-install-ie7 --locale CN --install-corefonts

以后要使用IE执行  /home/user/bin/ie6 或 ie7

解决ie6按钮不显示中文问题

1. 到windows下copy一个simsun.ttc放到

~/.ies4linux/ie6/drive_c/windows/Fonts

2. vi ~/.ies4linux/ie6/system.reg

找到这两行

“MS Sans Serif”=”sserife.fon”

“MS Serif”=”serife.fon”

替换为

“MS Sans Serif”=”SIMSUN.TTC”

“MS Serif”=”SIMSUN.TTC”

3. 另外修改

[Software\\Microsoft\\Windows NT\\CurrentVersion\\FontSubstitutes] 1144897563

“MS Shell Dlg”=”SimSun”

“MS Shell Dlg 2″=”SimSun”

保存退出,OK了

或 cp system.reg ~/.ies4linux/ie6  ? y

4. 安装flash10

方法1:用浏览器打开这个链接,选择打开,即可安装

方法2:cp install_flash_player_10_active_x.exe ~/.ies4linux/ie6

ie6打开后,浏览器地址栏输入:C:\install_flash_player_10_active_x.exe打开它安装完后重启ie即可观看flash视频.

5. 若安装到/usr/local/.ies4linux

不同用户使用ie,就是权限和用户的问题

chown -R 用户名 /usr/local/.ies4linux/ 然后就可以创建启动器打开ie了,命令是ie6或ie7

 类似资料: