@@ -45,7 +45,7 @@ # Preparing setup POL_Wine ie55sp2.exe -cd "IE 5.5 SP2 FULL" +cd "IE 5.5 SP2 Full" POL_Wine --ignore-errors IE5SETUP.EXE POL_Wine_WaitExit "$TITLE" @@ -56,7 +56,7 @@ POL_Wine_InstallFonts POL_Shortcut "iexplore.exe" "$TITLE" cd "$TMPDIR" -rm -rf "IE 5.5 SP2 FULL" +rm -rf "IE 5.5 SP2 Full" POL_System_TmpDelete
@@ -53,6 +53,7 @@ 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"
@@ -50,7 +50,7 @@ POL_Wine --ignore-errors IE5SETUP.EXE POL_Wine_WaitExit "$TITLE" -cd "$WINEPREFIX/drive_c/Program Files/Internet Explorer/Connection Wizard" +cd "$WINEPREFIX/drive_c/$PROGRAMFILES/Internet Explorer/Connection Wizard" mv icwconn1.exe icwconn1.bkp POL_Shortcut "iexplore.exe" "$TITLE"
No change were made in the code
@@ -21,18 +21,22 @@ POL_System_TmpCreate "$PREFIX" cd "$POL_System_TmpDir" + + + POL_Wine iexplore -unregserver Set_OS win98 -POL_Wine_OverrideDLL native,builtin browseui iexplore.exe inetcpl.cpl jscript mshtml shdoclc shdocvw shlwapi urlmon -POL_Call POL_Install_mfc40 - -cd "$WINEPREFIX/drive_c/windows/system32" || POL_Debug_Fatal "Unable to switch to system32" -rm browseui.dll inetcpl.cpl jscript.dll mshtml.dll shdoclc.dll shdocvw.dll shlwapi.dll urlmon.dll +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://browsers-fr.mirrors.zensoft.net/ie/win32/5.5-sp2/ie55sp2.exe" "a60d9f27385399e25413d9cc51949c51"
@@ -40,7 +40,7 @@ POL_Wine_WaitBefore "$TITLE" # Preparing setup -POL_Wine ie501sp2.exe +POL_Wine ie55sp2.exe cd "IE 5.5 SP2 FULL" POL_Wine --ignore-errors IE5SETUP.EXE
@@ -0,0 +1,60 @@ +#!/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 browseui iexplore.exe inetcpl.cpl jscript mshtml shdoclc shdocvw shlwapi urlmon +POL_Call POL_Install_mfc40 + +cd "$WINEPREFIX/drive_c/windows/system32" || POL_Debug_Fatal "Unable to switch to system32" +rm browseui.dll inetcpl.cpl jscript.dll mshtml.dll shdoclc.dll shdocvw.dll shlwapi.dll urlmon.dll + +cd "$WINEPREFIX/drive_c/$PROGRAMFILES/Internet Explorer/" +rm iexplore.exe + +cd "$WINEPREFIX/drive_c" + +POL_Download "http://browsers-fr.mirrors.zensoft.net/ie/win32/5.5-sp2/ie55sp2.exe" "a60d9f27385399e25413d9cc51949c51" + +POL_Wine_WaitBefore "$TITLE" + +# Preparing setup +POL_Wine ie501sp2.exe +cd "IE 5.5 SP2 FULL" + +POL_Wine --ignore-errors IE5SETUP.EXE +POL_Wine_WaitExit "$TITLE" + +cd "$WINEPREFIX/drive_c/Program Files/Internet Explorer/Connection Wizard" +mv icwconn1.exe icwconn1.bkp + +POL_Shortcut "iexplore.exe" "$TITLE" +cd "$TMPDIR" +rm -rf "IE 5.5 SP2 FULL" +POL_System_TmpDelete + + + +POL_SetupWindow_Close +exit \ No newline at end of file