You are here

The forum

ie6

Author Replies
simla Monday 14 April 2008 at 23:09
simlaAnonymous

Bonjour,
j'ai l'impression qu'il y a un problème à la toute fin du script d'installation de ie6 à l'aide de ies4linux.

En effet tous les fichiers sont bien téléchargés (on peut le voir en direct en regardant dans le dossier tmp), mais à la fin avant que la console ne se ferme, on peut voir un message en rouge (il part trop vite donc je ne sais pas ce qu'il dit).

Ensuite playonlinux marque que ie est installé alors qu'il ne l'est pas (le script supprime tous les fichiers téléchargés alors que l'installation des fichiers ne s'est pas faite...).

Quelqu'un a une idée ?

Merci d'avance
Quentin PÂRIS Monday 14 April 2008 at 23:13
Quentin PÂRISAnonymous

Ouvres PlayOnLinux dans une console, et éxécute le script suivant :

#!/bin/bash
if [ "$PLAYONLINUX" = "" ]
then
exit 0
fi
source "$PLAYONLINUX/lib/sources"
cfg_check

check_one "cabextract" "cabextract"
if [ "$MANQUE" = "true" ]
then
erreur "$LNG_MISSING_ERROR

$MISSING" "" 0 0 0 "" "Ok"
exit $EXIT_MISSING
fi


if [ "$POL_LANG" == "fr_FR.UTF-8" ]
then
IES4LINUX="Un grand merci à ies4linux
http://www.tatanka.com.br/ies4linux/"
LNG_DL_IE="Téléchargement de ies4linux en cours..."
LNG_EX_IE="Extraction de ies4linux"
else
IES4LINUX="Thanks to ies4linux
http://www.tatanka.com/ies4linux/"
LNG_DL_IE="Downloading ies4linux..."
LNG_EX_IE="Extracting ies4linux"
fi

MS_LICENCE="http://www.microsoft.com/msdownload/ieplatform/ie/license.txt"

MAX_STEP=5
#Présentation
presentation "Internet Explorer 6" "Microsoft" "http://www.microsoft.com/" "Tinou" "ie6" 1 $MAX_STEP
message "$IES4LINUX" "Thank you" 2 $MAX_STEP
cd $REPERTOIRE/tmp/
wget "$MS_LICENCE"

#afficher_fichier "license.txt" "Licence" 3 $MAX_STEP 1 "" "J'accepte"
#Set_WineVersion_Session "0.9.37"
telecharger "$LNG_DL_IE" "http://www.tatanka.com.br/ies4linux/downloads/ies4linux-latest.tar.gz" "$LNG_DOWNLOAD" 4 $MAX_STEP
attendre "$LNG_EX_IE" "tar -xvf ies4linux-latest.tar.gz" "$LNG_WAIT" 5 $MAX_STEP

cd ies4linux-*
./ies4linux --no-desktop-icon --no-menu-icon --no-gui --basedir "$HOME/.PlayOnLinux/wineprefix/" --bindir "$HOME/.PlayOnLinux/configurations/ies4linux/" --downloaddir "$HOME/.PlayOnLinux/tmp/"

## Netoyage
cd $REPERTOIRE/wineprefix
rm ies4linux*
rm ./bin/ -r
rm ./tmp/ -r
rm "$HOME/.PlayOnLinux/configurations/ies4linux/" -r

export WINEPREFIX="$REPERTOIRE/wineprefix/ie6"
creer_lanceur "ie6" "Program Files/Internet Explorer" "iexplore.exe" "ies4linux.png" "Internet Explorer 6"


Tu pourras voir le message dans la console
simla Monday 14 April 2008 at 23:24
simlaAnonymous

Avec ce script ça s'est bien installé, cependant les fichiers ne se sont pas supprimés de tmp.

vincent@Simla:~$ playonlinux
PlayOnLinux v2.2.1

Checking python : [ Ok ]
Running exec
--23:20:38-- http://www.microsoft.com/msdownload/ieplatform/ie/license.txt
=> `license.txt.1'
Résolution de www.microsoft.com... 207.46.192.254, 207.46.19.190, 207.46.193.254, ...
Connexion vers www.microsoft.com|207.46.192.254|:80... connecté.
requête HTTP transmise, en attente de la réponse... 200 OK
Longueur: 10 871 (11K) [text/plain]

100%[====================================>] 10 871 51.13K/s

23:20:39 (51.00 KB/s) - « license.txt.1 » sauvegardé [10871/10871]

IEs4Linux will:
- Installation de Install Internet Explorers : 6.0
- Utiliser la langue de IE : FR
- Installation de Adobe Flash 9.0 :
- Tout installer ici : /home/vincent/.PlayOnLinux/wineprefix/
[ OK ]

Téléchargeons tout ce dont nous avons besoin !
Downloading from microsoft.com:
DCOM98.EXE
100% mfc42.cab
249973USA8.exe
ADVAUTH.CAB
CRLUPD.CAB
HHUPD.CAB
IEDOM.CAB
IE_EXTRA.CAB
IE_S1.CAB
IE_S2.CAB
IE_S5.CAB
IE_S4.CAB
IE_S3.CAB
IE_S6.CAB
SETUPW95.CAB
FONTCORE.CAB
FONTSUP.CAB
VGX.CAB
SCR56EN.CAB

Downloading from macromedia.com:
swflash.cab
[ OK ]

Installation IE 6
Initialisation
Création du préfixe de Wine
Extraction des fichiers CAB
Installation IE 6
Installation DCOM98
Installation des polices TTF
Installation ActiveX MFC42
Installation RICHED20
Installation du registre
Finalisation
[ OK ]

Installation du plugin Flash 9 de Macromedia
Extraction des fichiers
Installation de flash ie6
Finalisation
[ OK ]

IEs4Linux installations finished!

Pour lancer vos IE, tapez:
/home/vincent/.PlayOnLinux/configurations/ies4linux\/ie6

rm: ne peut enlever `./tmp/': Aucun fichier ou répertoire de ce type




Pour préciser, j'ai la toute dernière version de playonlinux (mise à jour ce matin).
Quand j'écrivais que ça ne fonctionnait pas : ça lançait le fichier ie6 qui est dans tous les préfixes et une fenêtre s'ouvrait donc me disant que pour que ça fonctionne il lui falait mozilla...

Donc maintenant ça fonctionne mais il faut supprimer les résidus d'installation à la main

EDIT : en fait il n'a marché qu'une fois, maintenant quand je le lance j'ai une erreur comme quoi il ne pas pas se lancer (un message d'erreur du logiciel).

Edited by simla

Quentin PÂRIS Monday 14 April 2008 at 23:46
Quentin PÂRISAnonymous

C'est bizarre ce script marche niquel chez moi.

Tu as bien la dernière version de wine ?
You are here: Index > PlayOnLinux > ie6