fr

Changes for Internet Explorer 3

Revision by petch (03 August 2012 12:23:54)

@@ -29,7 +29,7 @@
 
 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
+rm advpack.dll inetcpl.cpl mshtml.dll schannel.dll shdocvw.dll urlmon.dll vbscript.dll wininet.dll
 
 cd "$WINEPREFIX/drive_c"
 

Revision by Quentin PÂRIS (15 July 2012 22:31:24)

No change were made in the code

Revision by Quentin PÂRIS (15 July 2012 22:25:19)

No change were made in the code

Revision by Quentin PÂRIS (15 July 2012 22:24:36)

@@ -3,8 +3,8 @@
 [ "$PLAYONLINUX" = "" ] && exit 0
 source "$PLAYONLINUX/lib/sources"
 
-TITLE="Internet Explorer 4"
-PREFIX="InternetExplorer4"
+TITLE="Internet Explorer 3"
+PREFIX="InternetExplorer3"
 
 WORKING_WINE_VERSION="1.2.3"
 [ "$POL_OS" = "Mac" ] && WORKING_WINE_VERSION="1.2.3-16bits"

Revision by Quentin PÂRIS (15 July 2012 22:22:45)

@@ -0,0 +1,48 @@
+#!/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://browsers-fr.mirrors.zensoft.net/ie/win32/standalone/ie3_nt.zip" "104b837c9d0463c364265c756e0576d4"
+
+unzip ie3_nt.zip
+mv IE3_NT/* ./
+rmdir IE3_NT
+
+POL_Shortcut "iexplore.exe" "$TITLE"
+POL_SetupWindow_Close
+exit
\ No newline at end of file
Il n'y a rien à voir ici