Internet Explorer 2

Informations

Créateur Messages
Quentin PÂRIS Anonymous

Information

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

Informations

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

Retours d'expérience

Captures d'écran

Miniature

Code source

#!/bin/bash

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

TITLE="Internet Explorer 2"
PREFIX="InternetExplorer2"

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"

Set_OS win95
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


POL_Wine_WaitBefore "$TITLE"

cd "$WINEPREFIX/drive_c/$PROGRAMFILES/Internet Explorer"
mkdir -p History
POL_Download "http://files.playonlinux.com/ie/2.0/msie20.exe" "4dba7e95a9afd6ce4283d204f3dd8c43"

cabextract msie20.exe
cabextract iexplore.cab

cat << EOF > ie2.reg
[HKEY_LOCAL_MACHINE\Software\Microsoft\Internet Explorer\Main]
"Start Page"="http://www.playonlinux.com/"
EOF
POL_Wine regedit ie2.reg

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

Contributions

Filters:

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

Information

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

Differences

@@ -6,8 +6,7 @@
 TITLE="Internet Explorer 2"
 PREFIX="InternetExplorer2"
 
-WORKING_WINE_VERSION="1.2.3"
-[ "$POL_OS" = "Mac" ] && WORKING_WINE_VERSION="1.2.3-16bits"
+WORKING_WINE_VERSION="1.7.49"
 
 POL_SetupWindow_Init
 POL_Debug_Init
@@ -37,7 +36,7 @@
 
 cd "$WINEPREFIX/drive_c/$PROGRAMFILES/Internet Explorer"
 mkdir -p History
-POL_Download "http://browsers-fr.mirrors.zensoft.net/ie/win32/2.0/msie20.exe" "4dba7e95a9afd6ce4283d204f3dd8c43"
+POL_Download "http://files.playonlinux.com/ie/2.0/msie20.exe" "4dba7e95a9afd6ce4283d204f3dd8c43"
 
 cabextract msie20.exe
 cabextract iexplore.cab

Nouveau code source

#!/bin/bash

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

TITLE="Internet Explorer 2"
PREFIX="InternetExplorer2"

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"

Set_OS win95
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


POL_Wine_WaitBefore "$TITLE"

cd "$WINEPREFIX/drive_c/$PROGRAMFILES/Internet Explorer"
mkdir -p History
POL_Download "http://files.playonlinux.com/ie/2.0/msie20.exe" "4dba7e95a9afd6ce4283d204f3dd8c43"

cabextract msie20.exe
cabextract iexplore.cab

cat << EOF > ie2.reg
[HKEY_LOCAL_MACHINE\Software\Microsoft\Internet Explorer\Main]
"Start Page"="http://www.playonlinux.com/"
EOF
POL_Wine regedit ie2.reg

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

Réponses

FuzzyToothpaste Dimanche 3 Aoüt 2014 à 2:18
FuzzyToothpaste Anonymous

Warning

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

Differences

@@ -12,7 +12,7 @@
 POL_SetupWindow_Init
 POL_Debug_Init
 
-POL_SetupWindow_presentation "$TITLE" "Microsoft corporation" "http://www.microsoft.com/" "Tinou" "$PREFIX"
+POL_SetupWindow_presentation "$TITLE" "Microsoft Corporation" "http://www.microsoft.com/" "Tinou" "$PREFIX"
 
 POL_Wine_SelectPrefix "$PREFIX"
 POL_System_SetArch "x86"

Nouveau code source

#!/bin/bash

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

TITLE="Internet Explorer 2"
PREFIX="InternetExplorer2"

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"

Set_OS win95
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


POL_Wine_WaitBefore "$TITLE"

cd "$WINEPREFIX/drive_c/$PROGRAMFILES/Internet Explorer"
mkdir -p History
POL_Download "http://browsers-fr.mirrors.zensoft.net/ie/win32/2.0/msie20.exe" "4dba7e95a9afd6ce4283d204f3dd8c43"

cabextract msie20.exe
cabextract iexplore.cab

cat << EOF > ie2.reg
[HKEY_LOCAL_MACHINE\Software\Microsoft\Internet Explorer\Main]
"Start Page"="http://www.playonlinux.com/"
EOF
POL_Wine regedit ie2.reg

POL_Shortcut "iexplore.exe" "$TITLE"
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