打印

Wine-20050725安装IE6 SP1的方法

Wine-20050725安装IE6 SP1的方法

1、下载及安装Wine-20050725
http://www.ibiblio.org/pub/Linux ... ine-20050725.tar.gz
$./configure
#make depend
#make
#make install

2、下载及安装DCOM98
http://download.microsoft.com/do ... /EN-US/ie6setup.exe
#WINEDLLOVERRIDES="advpack=n" wine ie6setup.exe

3、下载及安装IE6
http://download.microsoft.com/do ... /EN-US/ie6setup.exe
#WINEDLLOVERRIDES="advpack=n" wine ie6setup.exe
注意:出现“error messages concerning 'windows.hlp' and 'atl.dll'”提示时按ok

4、安装完成后,下载及升级registry
http://frankscorner.org/files/ie6registry.tgz
#regedit ie6-icw.reg
#regedit ie6.reg
#regedit iexplore.reg

5、进入安装目录
wine iexplore.exe

更多可以参与:
WINE项目研究专题-全面支持WIN软件
http://www.wonyen.net/bbs/topic.aspx?id=27305
欢迎加入我的Linux群: 小文技术(群号3331118) 欢迎参观中国开源论坛: http://www.ossw.com.cn/

TOP

这东西更新就是快啊

TOP

为什么我gentoo中emerge安装的,居然没有config文件?

TOP

安装DCOM98时,它说已经装了一个新版

TOP

config文件从20050628已经取消了

dcom98的安装比较麻烦的
双线1G 空间 180元/年 , 三天试用,365天天退款。QQ:4429491 http://idc.iitop.com 中国第一个wine论坛 http://www.easywine.org 讨论EasyWine和Wine的技术问题!

TOP

天啊 支持

我去装一下
看能不能搞定

TOP

[quote:7675031655="deman"]config文件从20050628已经取消了

dcom98的安装比较麻烦的[/quote]

兄弟,取消了?那怎么整啊?装很多东西都要修改config的……
郁闷!

TOP

$./configure
#make depend
#make
#make install
后在执行./wine提示无法找到libwine.so文件,我系统是FC4

TOP

[quote:b4eac3c860="jiniang"]$./configure
#make depend
#make
#make install
后在执行./wine提示无法找到libwine.so文件,我系统是FC4[/quote]


因为wine-20050725这个版本取消config文件,所以不以配置了


安装wine,以普通用户登录linux,,解压文件包,进入wine目录
在字符下打入  ./tools/wineinstall
就可以安装了

TOP

[quote:29943238ed="druggo"][quote:29943238ed="deman"]config文件从20050628已经取消了

dcom98的安装比较麻烦的[/quote]

兄弟,取消了?那怎么整啊?装很多东西都要修改config的……
郁闷![/quote]


用wine自带的wine Configuration 看看

TOP

安装时出错,提示如下:
*** Warning: X development files not found. Wine will be built without
*** X support, which currently does not work, and would probably not be
*** what you want anyway. You will need to install devel packages of
*** Xlib/Xfree86 at the very least.
我需要安装那几个X的包啊?

TOP

xorg-x11-devel or XFree86-devel

TOP

[quote:247bdd1f4b="fantasy2"]安装DCOM98时,它说已经装了一个新版[/quote]

我的也是说已经安装了一个,让我先卸载,可不知如何卸载。

TOP

用这个试试!
#WINEDLLOVERRIDES="ole32=n" wine dcom98.exe
我心无畏,源自我心无知

TOP

WINEDLLOVERRIDES="advpack=n",这句什么意思?

TOP