Вы находитесь здесь

Internet Explorer 5.5

Informations

Creator Message
Quentin PÂRIS Anonymous

Information

This installer has been approved by the team.

Informations

Platforms:
Downloads: 21013
Wine: 1.2.3

Feedbacks

Source code

#!/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:

Contribute
Member Message
Quentin PÂRIS Monday 17 August 2015 at 23:08
Quentin PÂRIS Anonymous

Information

This update has been approved by the team.

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"
 

New source code

#!/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

Replies