在functions.sh 242行左右
function create_wine_prefix {
if which wineprefixcreate &> /dev/null; then
( wineprefixcreate 2>&1 ) | debugPipe
else
error $MSG_ERROR_NO_WINEPREFIXCREATE
fi
}
改为:
function create_wine_prefix {
if which winepath &> /dev/null; then
( winepath 2>&1 ) | debugPipe
else
error $MSG_ERROR_NO_WINEPREFIXCREATE
fi
}
IEs4Linux 2 is developed to be used with recent Wine versions (0.9.x). It seems that you are using an old version. It's recommended that you update your wine to the latest version (Go to: winehq.com).
You are root! This is very discouraged! IE is too insecure for you to give him root access.
Want a tip from a friend? Run ies4linux as your normal user or, what's better, if you can, create a separate user just do handle your IEs.
http://blog.csdn.net/yexianyi/archive/2009/03/08/3968720.aspx
如在安装ies4linux时遇到如下错误,
Installing IE 6
Initializing
Creating Wine Prefix
Extracting CAB files
/root/.ies4linux/downloads/ie6/CN/ADVAUTH.CAB: No such file or directory
/root/.ies4linux/downloads/ie6/CN/CRLUPD.CAB: No such file or directory
/root/.ies4linux/downloads/ie6/CN/HHUPD.CAB: No such file or directory
/root/.ies4linux/downloads/ie6/CN/IEDOM.CAB: No such file or directory
/root/.ies4linux/downloads/ie6/CN/IE_EXTRA.CAB: No such file or directory
/root/.ies4linux/downloads/ie6/CN/IE_S*.CAB: No such file or directory
/root/.ies4linux/downloads/ie6/CN/SETUPW95.CAB: No such file or directory
/root/.ies4linux/downloads/ie6/CN/VGX.CAB: WARNING; possible 6896 extra bytes at end of file.
An error occured when trying to cabextract some files.