- 论坛徽章:
- 0
|
1) 安装符合你系统的wine
http://sourceforge.net/project/showfiles.php?group_id=6241
2) 下载wineconfig 包
http://prdownloads.sourceforge.net/winecfg/winecfg-051503-final.tar.bz2?download
删除原有主目录下的.wine文件甲,将下载好的wineconfig包解开并且该名为.wine
如:
#rm -rf /home/user/.wine
#mv /home/user/dotwine /home/user/.wine
3)安装字体文件
#wget http://www.lernnetz-sh.de/html/schule/software/software/font/tahoma/tahoma.exe
#wine tahoma.exe
4)安装vb运行库
#wget http://download.microsoft.com/download/vb60pro/Redist/sp5/WIN98Me/EN-US/vbrun60sp5.exe
#wine vbrun60sp5.exe
#when done:
#wineboot
5) 安装IE6
#wget http://download.microsoft.com/download/ie6sp1/finrel/6_sp1/W98NT42KMeXP/EN-US/ie6setup.exe
#wine ie6setup.exe
#when done:
#wineboot
编辑 .wine/config 加入"mshtml" = "native"
#vi .wine/config and add:
"mshtml" = "native"
安装程序完成后会自动在桌面建立IE图标
以上实验在redhat9中通过! |
|