[ramank@ramank ies4linux-2.99.0.1]$ ./ies4linux
IEs4Linux will:
- Install Internet Explorers: 6.0
- Using IE locale: EN-US
- Install Adobe Flash 9.0
- Install everything at: /home/ramank/.ies4linux
[ OK ]
Downloading everything we need
Downloading from microsoft.com:
DCOM98.EXE
mfc42.cab
249973USA8.exe
ADVAUTH.CAB
CRLUPD.CAB
HHUPD.CAB
IEDOM.CAB
IE_EXTRA.CAB
IE_S1.CAB
100% IE_S2.CAB
100% IE_S5.CAB
100% IE_S4.CAB
100% IE_S3.CAB
100% IE_S6.CAB
100% SETUPW95.CAB
100% FONTCORE.CAB
100% FONTSUP.CAB
100% VGX.CAB
100% SCR56EN.CAB
Downloading from macromedia.com:
100% swflash.cab
[ OK ]
Installing IE 6
Initializing
Creating Wine Prefix
Your wine does not have wineprefixcreate installed. Maybe you are running an old Wine version. Try to update it to the latest version.
My Latest wine Version:- wine-1.5.13
Solution:- open function.sh under
/opt/ies4linux-2.99.0.1/lib/functions.sh line number 242 edit like this
241 # Call wineprefixcreate
242 function create_wine_prefix {
243 #### if which wineprefixcreate &> /dev/null; then
244 if which winepath &> /dev/null; then
245 #### ( wineprefixcreate 2>&1 ) | debugPipe
246 ( winepath 2>&1 ) | debugPipe
247 else
248 error $MSG_ERROR_NO_WINEPREFIXCREATE
249 fi
250 }
edit add lib/install.sh line number 426
424 subsection $MSG_CREATING_PREFIX
425 set_wine_prefix "$BASEDIR/ie1/"
426 ##### wineprefixcreate &> /dev/null
427 winepath &> /dev/null
428 clean_tmp
Save both file and run setup again, it will work for you.
RK
IEs4Linux will:
- Install Internet Explorers: 6.0
- Using IE locale: EN-US
- Install Adobe Flash 9.0
- Install everything at: /home/ramank/.ies4linux
[ OK ]
Downloading everything we need
Downloading from microsoft.com:
DCOM98.EXE
mfc42.cab
249973USA8.exe
ADVAUTH.CAB
CRLUPD.CAB
HHUPD.CAB
IEDOM.CAB
IE_EXTRA.CAB
IE_S1.CAB
100% IE_S2.CAB
100% IE_S5.CAB
100% IE_S4.CAB
100% IE_S3.CAB
100% IE_S6.CAB
100% SETUPW95.CAB
100% FONTCORE.CAB
100% FONTSUP.CAB
100% VGX.CAB
100% SCR56EN.CAB
Downloading from macromedia.com:
100% swflash.cab
[ OK ]
Installing IE 6
Initializing
Creating Wine Prefix
Your wine does not have wineprefixcreate installed. Maybe you are running an old Wine version. Try to update it to the latest version.
My Latest wine Version:- wine-1.5.13
Solution:- open function.sh under
/opt/ies4linux-2.99.0.1/lib/functions.sh line number 242 edit like this
241 # Call wineprefixcreate
242 function create_wine_prefix {
243 #### if which wineprefixcreate &> /dev/null; then
244 if which winepath &> /dev/null; then
245 #### ( wineprefixcreate 2>&1 ) | debugPipe
246 ( winepath 2>&1 ) | debugPipe
247 else
248 error $MSG_ERROR_NO_WINEPREFIXCREATE
249 fi
250 }
edit add lib/install.sh line number 426
424 subsection $MSG_CREATING_PREFIX
425 set_wine_prefix "$BASEDIR/ie1/"
426 ##### wineprefixcreate &> /dev/null
427 winepath &> /dev/null
428 clean_tmp
Save both file and run setup again, it will work for you.
RK
0 comments:
Post a Comment