Internet Explorer 5.5

Informations

Créateur Messages
Quentin PÂRIS Anonymous

Information

Cet installateur a été accepté par l'équipe.

Informations

Plate-formes :
Téléchargements : 21299
Wine: 1.2.3

Retours d'expérience

Code source

#!/bin/bash

[ "$PLAYONLINUX" = "" ] && exit 0
source "$PLAYONLINUX/lib/sources"

TITLE="Internet Explorer 5.5"
PREFIX="InternetExplorer55"

WORKING_WINE_VERSION="1.2.3"
[ "$POL_OS" = "Mac" ] && WORKING_WINE_VERSION="1.2.3-16bits"
POL_GetSetupImages "" "http://files.playonlinux.com/resources/setups/ie6/left.jpg" "$TITLE"
POL_SetupWindow_Init
POL_Debug_Init

POL_SetupWindow_presentation "$TITLE" "Microsoft corporation" "http://www.microsoft.com/" "Tinou" "$PREFIX"

POL_Wine_SelectPrefix "$PREFIX"
POL_System_SetArch "x86"
POL_Wine_PrefixCreate "$WORKING_WINE_VERSION"

POL_System_TmpCreate "$PREFIX"
cd "$POL_System_TmpDir"




POL_Wine iexplore -unregserver
Set_OS win98

POL_Wine_OverrideDLL native,builtin advpack browseui iexplore.exe inetcpl.cpl jscript mshtml shdoclc shdocvw shlwapi urlmon wininet

cd "$WINEPREFIX/drive_c/$PROGRAMFILES/Internet Explorer/"
rm iexplore.exe

cd "$WINEPREFIX/drive_c/windows/system32" || POL_Debug_Fatal "Unable to switch to system32"

rm advpack.dll browseui.dll comctl32.dll inetcpl.cpl jscript.dll mshtml.dll shdoclc.dll shdocvw.dll shell32.dll shlwapi.dll urlmon.dll wininet.dll
touch "WINDOWS.HLP"

cd "$WINEPREFIX/drive_c"

POL_Download "http://files.playonlinux.com/ie/5.5-sp2/ie55sp2.exe" "a60d9f27385399e25413d9cc51949c51"

POL_Wine_WaitBefore "$TITLE"

# Preparing setup
POL_Wine ie55sp2.exe
cd "IE 5.5 SP2 Full"

POL_Wine --ignore-errors IE5SETUP.EXE
POL_Wine_WaitExit "$TITLE"

cd "$WINEPREFIX/drive_c/$PROGRAMFILES/Internet Explorer/Connection Wizard"
mv icwconn1.exe icwconn1.bkp

POL_Wine_InstallFonts
POL_Shortcut "iexplore.exe" "$TITLE"
cd "$TMPDIR"
rm -rf "IE 5.5 SP2 Full"
POL_System_TmpDelete



POL_SetupWindow_Close
exit

Contributions

Filters:

Contribuer
Membre Messages
Quentin PÂRIS Lundi 17 Aoüt 2015 à 23:08
Quentin PÂRIS Anonymous

Information

Cette mise à jour a été acceptée par l'équipe

Differences

@@ -39,7 +39,7 @@
 
 cd "$WINEPREFIX/drive_c"
 
-POL_Download "http://browsers-fr.mirrors.zensoft.net/ie/win32/5.5-sp2/ie55sp2.exe" "a60d9f27385399e25413d9cc51949c51"
+POL_Download "http://files.playonlinux.com/ie/5.5-sp2/ie55sp2.exe" "a60d9f27385399e25413d9cc51949c51"
 
 POL_Wine_WaitBefore "$TITLE"
 

Nouveau code source

#!/bin/bash

[ "$PLAYONLINUX" = "" ] && exit 0
source "$PLAYONLINUX/lib/sources"

TITLE="Internet Explorer 5.5"
PREFIX="InternetExplorer55"

WORKING_WINE_VERSION="1.2.3"
[ "$POL_OS" = "Mac" ] && WORKING_WINE_VERSION="1.2.3-16bits"
POL_GetSetupImages "" "http://files.playonlinux.com/resources/setups/ie6/left.jpg" "$TITLE"
POL_SetupWindow_Init
POL_Debug_Init

POL_SetupWindow_presentation "$TITLE" "Microsoft corporation" "http://www.microsoft.com/" "Tinou" "$PREFIX"

POL_Wine_SelectPrefix "$PREFIX"
POL_System_SetArch "x86"
POL_Wine_PrefixCreate "$WORKING_WINE_VERSION"

POL_System_TmpCreate "$PREFIX"
cd "$POL_System_TmpDir"




POL_Wine iexplore -unregserver
Set_OS win98

POL_Wine_OverrideDLL native,builtin advpack browseui iexplore.exe inetcpl.cpl jscript mshtml shdoclc shdocvw shlwapi urlmon wininet

cd "$WINEPREFIX/drive_c/$PROGRAMFILES/Internet Explorer/"
rm iexplore.exe

cd "$WINEPREFIX/drive_c/windows/system32" || POL_Debug_Fatal "Unable to switch to system32"

rm advpack.dll browseui.dll comctl32.dll inetcpl.cpl jscript.dll mshtml.dll shdoclc.dll shdocvw.dll shell32.dll shlwapi.dll urlmon.dll wininet.dll
touch "WINDOWS.HLP"

cd "$WINEPREFIX/drive_c"

POL_Download "http://files.playonlinux.com/ie/5.5-sp2/ie55sp2.exe" "a60d9f27385399e25413d9cc51949c51"

POL_Wine_WaitBefore "$TITLE"

# Preparing setup
POL_Wine ie55sp2.exe
cd "IE 5.5 SP2 Full"

POL_Wine --ignore-errors IE5SETUP.EXE
POL_Wine_WaitExit "$TITLE"

cd "$WINEPREFIX/drive_c/$PROGRAMFILES/Internet Explorer/Connection Wizard"
mv icwconn1.exe icwconn1.bkp

POL_Wine_InstallFonts
POL_Shortcut "iexplore.exe" "$TITLE"
cd "$TMPDIR"
rm -rf "IE 5.5 SP2 Full"
POL_System_TmpDelete



POL_SetupWindow_Close
exit

Réponses

This site allows content generated by members, and we promptly remove any content that infringes copyright according to our Terms of Service. To report copyright infringement, please send a notice to dmca-notice@playonlinux.com