Internet Explorer 4

Informations

Créateur Messages
Quentin PÂRIS Anonymous

Information

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

Informations

Plate-formes :
Téléchargements : 21654
Wine: 1.7.49

Retours d'expérience

Code source

#!/bin/bash

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

TITLE="Internet Explorer 4"
PREFIX="InternetExplorer4"

WORKING_WINE_VERSION="1.7.49"

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

POL_Wine_OverrideDLL native,builtin advpack iexplore.exe jscript mshtml shdocvw urlmon vbscript 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 inetcpl.cpl mshtml.dll schannel.dll shdocvw.dll urlmon.dll vbscript.dll wininet.dll

cd "$WINEPREFIX/drive_c"

POL_Wine_WaitBefore "$TITLE"
POL_System_TmpDelete

cd "$WINEPREFIX/drive_c/$PROGRAMFILES/Internet Explorer"
POL_Download "http://files.playonlinux.com/ie/standalone/ie401_nt.zip" "d043238cee0c07a323bd1246bb131c08"

unzip ie401_nt.zip 
mv IE401_NT/* ./
rmdir IE401_NT

POL_Shortcut "iexplore.exe" "$TITLE"
POL_SetupWindow_Close
exit

Contributions

Filters:

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

Information

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

Differences

@@ -7,7 +7,6 @@
 PREFIX="InternetExplorer4"
 
 WORKING_WINE_VERSION="1.7.49"
-[ "$POL_OS" = "Mac" ] && WORKING_WINE_VERSION="1.2.3-16bits"
 
 POL_SetupWindow_Init
 POL_Debug_Init

Nouveau code source

#!/bin/bash

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

TITLE="Internet Explorer 4"
PREFIX="InternetExplorer4"

WORKING_WINE_VERSION="1.7.49"

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

POL_Wine_OverrideDLL native,builtin advpack iexplore.exe jscript mshtml shdocvw urlmon vbscript 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 inetcpl.cpl mshtml.dll schannel.dll shdocvw.dll urlmon.dll vbscript.dll wininet.dll

cd "$WINEPREFIX/drive_c"

POL_Wine_WaitBefore "$TITLE"
POL_System_TmpDelete

cd "$WINEPREFIX/drive_c/$PROGRAMFILES/Internet Explorer"
POL_Download "http://files.playonlinux.com/ie/standalone/ie401_nt.zip" "d043238cee0c07a323bd1246bb131c08"

unzip ie401_nt.zip 
mv IE401_NT/* ./
rmdir IE401_NT

POL_Shortcut "iexplore.exe" "$TITLE"
POL_SetupWindow_Close
exit

Réponses

Edité par Tinou

Quentin PÂRIS Lundi 17 Aoüt 2015 à 23:01
Quentin PÂRIS Anonymous

Warning

Cette mise à jour n'a pas été approuvée par l'équipe.
Utilisez-la à vos risques et périls

Differences

@@ -37,7 +37,7 @@
 POL_System_TmpDelete
 
 cd "$WINEPREFIX/drive_c/$PROGRAMFILES/Internet Explorer"
-POL_Download "http://www.mirrorservice.org/sites/browsers.evolt.org/browsers/ie/win32/standalone/ie401_nt.zip" "d043238cee0c07a323bd1246bb131c08"
+POL_Download "http://files.playonlinux.com/ie/standalone/ie401_nt.zip" "d043238cee0c07a323bd1246bb131c08"
 
 unzip ie401_nt.zip 
 mv IE401_NT/* ./

Nouveau code source

#!/bin/bash

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

TITLE="Internet Explorer 4"
PREFIX="InternetExplorer4"

WORKING_WINE_VERSION="1.2.3"
[ "$POL_OS" = "Mac" ] && WORKING_WINE_VERSION="1.2.3-16bits"

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

POL_Wine_OverrideDLL native,builtin advpack iexplore.exe jscript mshtml shdocvw urlmon vbscript 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 inetcpl.cpl mshtml.dll schannel.dll shdocvw.dll urlmon.dll vbscript.dll wininet.dll

cd "$WINEPREFIX/drive_c"

POL_Wine_WaitBefore "$TITLE"
POL_System_TmpDelete

cd "$WINEPREFIX/drive_c/$PROGRAMFILES/Internet Explorer"
POL_Download "http://files.playonlinux.com/ie/standalone/ie401_nt.zip" "d043238cee0c07a323bd1246bb131c08"

unzip ie401_nt.zip 
mv IE401_NT/* ./
rmdir IE401_NT

POL_Shortcut "iexplore.exe" "$TITLE"
POL_SetupWindow_Close
exit

Réponses

petch Samedi 25 Juillet 2015 à 22:32
petch

Warning

Cette mise à jour n'a pas été approuvée par l'équipe.
Utilisez-la à vos risques et périls

Messages

Switching download mirror

Differences

@@ -37,7 +37,7 @@
 POL_System_TmpDelete
 
 cd "$WINEPREFIX/drive_c/$PROGRAMFILES/Internet Explorer"
-POL_Download "http://browsers-fr.mirrors.zensoft.net/ie/win32/standalone/ie401_nt.zip" "d043238cee0c07a323bd1246bb131c08"
+POL_Download "http://www.mirrorservice.org/sites/browsers.evolt.org/browsers/ie/win32/standalone/ie401_nt.zip" "d043238cee0c07a323bd1246bb131c08"
 
 unzip ie401_nt.zip 
 mv IE401_NT/* ./

Nouveau code source

#!/bin/bash

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

TITLE="Internet Explorer 4"
PREFIX="InternetExplorer4"

WORKING_WINE_VERSION="1.2.3"
[ "$POL_OS" = "Mac" ] && WORKING_WINE_VERSION="1.2.3-16bits"

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

POL_Wine_OverrideDLL native,builtin advpack iexplore.exe jscript mshtml shdocvw urlmon vbscript 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 inetcpl.cpl mshtml.dll schannel.dll shdocvw.dll urlmon.dll vbscript.dll wininet.dll

cd "$WINEPREFIX/drive_c"

POL_Wine_WaitBefore "$TITLE"
POL_System_TmpDelete

cd "$WINEPREFIX/drive_c/$PROGRAMFILES/Internet Explorer"
POL_Download "http://www.mirrorservice.org/sites/browsers.evolt.org/browsers/ie/win32/standalone/ie401_nt.zip" "d043238cee0c07a323bd1246bb131c08"

unzip ie401_nt.zip 
mv IE401_NT/* ./
rmdir IE401_NT

POL_Shortcut "iexplore.exe" "$TITLE"
POL_SetupWindow_Close
exit

Réponses