Internet Explorer Version 8 Download for Mac Updated

Internet Explorer Version 8 Download for Mac

Net Explorer eight

Informations

Creator Message
Quentin PÂRIS Anonymous

Information

This installer has been approved by the team.

Informations

Platforms:
Downloads: 846573
Wine: 4.0.3

Feedbacks

Description

Type : Spider web Browser
Company : Microsoft
Compatibility : 4/v
Price : Gratis

English :
Internet Explorer eight is a Microsoft'south web browser.
You may need it if you desire to test a website compatibility. It isn't fully functional (for using it on a daily ground) at the moment.

Français :
Cyberspace Explorer viii est un navigateur spider web de Microsoft.
Vous pouvez en avoir besoin pour tester la compatibilité d'un site web. Il n'est pas complètement fonctionnel (pour être utilisé au quotidien) pour l'instant.

Screenshots

Miniature Miniature Miniature

Source code

#!/bin/bash   # Author : Tinou # Licence : Microsoft # Depend : none  # CHANGELOG # [Tinou ?] (2014 ?) #   First script. # [Dadu042] (2020-04-06) #   Wine 4.0.0 -> 4.0.three (more common and stable) #   Update POL_Shortcut  # KNOWN Issues: # - Wine 3.20 x86: Browser is detected as 'IE8' by whatismybrowser.org # - Wine 4.0.3 x86: Browser is detected as 'IE8' by whatismybrowser.org # - Vino five.0.0 x86: Browser is detected as 'IE9' by whatismybrowser.org   # Vérifier que PlayOnLinux est bien exécuté avant [ "$PLAYONLINUX" = "" ] && go out 0     # Charger les librairies source "$PLAYONLINUX/lib/sources"   Championship="Internet Explorer 8" Prefix="InternetExplorer8"   POL_GetSetupImages "$SITE/setups/ie7/elevation.jpg" "$SITE/setups/ie7/left.jpg" "$TITLE"   POL_SetupWindow_Init POL_RequiredVersion four.3.0 || POL_Debug_Fatal "$Championship won't work with $APPLICATION_TITLE $VERSION\nPlease update" POL_Debug_Init   #Presentation POL_SetupWindow_presentation "$TITLE" "Microsoft" "http://www.microsoft.com/" "Tinou" "$Prefix"   POL_System_SetArch "x86" POL_Wine_SelectPrefix "$Prefix" POL_Wine_PrefixCreate "iv.0.three" POL_SetupWindow_improve_fonts   POL_Call POL_Install_LunaTheme      POL_Download_Resource "http://download.microsoft.com/download/C/C/0/CC0BD555-33DD-411E-936B-73AC6F95AE11/IE8-WindowsXP-x86-ENU.exe" "616c2e8b12aaa349cd3acb38bf581700"   cat << EOF > OGL.reg [HKEY_CURRENT_USER\\Software\\Microsoft\\Cyberspace Explorer\\Main] "TabProcGrowth"=dword:00000000   [HKEY_CURRENT_USER\\Software\\Wine\\DllOverrides] "browseui"="native,builtin" "crypt32"="native,builtin" "hhctrl.ocx"="native,builtin" "hlink"="native,builtin" "iernonce"="native,builtin" "iexplore.exe"="native,builtin" "itircl"="native,builtin" "itss"="native,builtin" "jscript"="native,builtin" "mlang"="native,builtin" "mshtml"="native,builtin" "msimtf"="native,builtin" "secur32"="native,builtin" "shdoclc"="native,builtin" "shdocvw"="native,builtin" "shlwapi"="native,builtin" "url"="native,builtin" "urlmon"="native,builtin" "usp10"="native,builtin" "uxtheme"="native,builtin" "wininet"="builtin" "wintrust"="native,builtin" "xmllite"="native,builtin" EOF POL_Wine regedit OGL.reg     POL_Download_Resource "$SITE/divers/ie7-dlls.tar.bz2" "b71a3213452c9a3a1aa08767d52e7577"   tar -xvf ie7-dlls.tar.bz2 mv "msctf.dll" "$WINEPREFIX/drive_c/windows/system32" mv "msimtf.dll" "$WINEPREFIX/drive_c/windows/system32" mv "uxtheme.dll" "$WINEPREFIX/drive_c/windows/system32"   POL_Wine_InstallFonts POL_Call POL_Function_FontsSmoothRGB   POL_Call POL_Install_gdiplus POL_Call POL_Install_msls31 POL_Call POL_Install_msxml3 POL_Call POL_Install_riched20 POL_Call POL_Install_DisableCrashDialog   Set_OS win7   cd "$REPERTOIRE/ressources" POL_Wine_WaitBefore "$Championship" POL_Wine --ignore-errors "IE8-WindowsXP-x86-ENU.exe"   POL_Shortcut "$PROGRAMFILES/Internet Explorer/iexplore.exe" "$TITLE" "" "" "Network;"  # IE8 crashes on exit, issues #847 POL_Shortcut_QuietDebug "$TITLE"   POL_SetupWindow_Close get out 0

Contributions

Fellow member Message
Luzemario Tuesday ix March 2021 at 14:xviii
Luzemario Anonymous

Message

Does non install. Wine tells "This plan is not supported in this operating system", and installs Vino Cyberspace Explorer instead.

Replies

Dadu042 Monday six Apr 2020 at 20:50
Dadu042

Information

This update has been canonical by the team.

Differences

@@ -i,41 +1,54 @@  #!/bin/bash - +   # Author : Tinou  # Licence : Microsoft  # Depend : none   -#Vérifier que PlayOnLinux est bien exécuté avant +# CHANGELOG +# [Tinou ?] (2014 ?) +#   First script. +# [Dadu042] (2020-04-06) +#   Wine 4.0.0 -> four.0.3 (more than common and stable) +#   Update POL_Shortcut + +# KNOWN ISSUES: +# - Wine 3.20 x86: Browser is detected as 'IE8' by whatismybrowser.org +# - Wine 4.0.3 x86: Browser is detected as 'IE8' by whatismybrowser.org +# - Wine five.0.0 x86: Browser is detected as 'IE9' by whatismybrowser.org + + +# Vérifier que PlayOnLinux est bien exécuté avant  [ "$PLAYONLINUX" = "" ] && exit 0  -  +    # Charger les librairies  source "$PLAYONLINUX/lib/sources" - +   Championship="Internet Explorer 8"  Prefix="InternetExplorer8" - +   POL_GetSetupImages "$SITE/setups/ie7/acme.jpg" "$SITE/setups/ie7/left.jpg" "$TITLE" - +   POL_SetupWindow_Init -POL_RequiredVersion four.0.17 || POL_Debug_Fatal "$Title won't work with $APPLICATION_TITLE $VERSION\nPlease update" +POL_RequiredVersion 4.3.0 || POL_Debug_Fatal "$Championship won't work with $APPLICATION_TITLE $VERSION\nPlease update"  POL_Debug_Init - +   #Presentation  POL_SetupWindow_presentation "$TITLE" "Microsoft" "http://www.microsoft.com/" "Tinou" "$Prefix" - +   POL_System_SetArch "x86"  POL_Wine_SelectPrefix "$Prefix" -POL_Wine_PrefixCreate "4.0" +POL_Wine_PrefixCreate "4.0.3"  POL_SetupWindow_improve_fonts - +   POL_Call POL_Install_LunaTheme -    +    POL_Download_Resource "http://download.microsoft.com/download/C/C/0/CC0BD555-33DD-411E-936B-73AC6F95AE11/IE8-WindowsXP-x86-ENU.exe" "616c2e8b12aaa349cd3acb38bf581700" - +   true cat << EOF > OGL.reg  [HKEY_CURRENT_USER\\Software\\Microsoft\\Internet Explorer\\Main]  "TabProcGrowth"=dword:00000000 - +   [HKEY_CURRENT_USER\\Software\\Vino\\DllOverrides]  "browseui"="native,builtin"  "crypt32"="native,builtin" @@ -62,33 +75,34 @@  "xmllite"="native,builtin"  EOF  POL_Wine regedit OGL.reg - - +  +   POL_Download_Resource "$SITE/divers/ie7-dlls.tar.bz2" "b71a3213452c9a3a1aa08767d52e7577" - +   tar -xvf ie7-dlls.tar.bz2  mv "msctf.dll" "$WINEPREFIX/drive_c/windows/system32"  mv "msimtf.dll" "$WINEPREFIX/drive_c/windows/system32"  mv "uxtheme.dll" "$WINEPREFIX/drive_c/windows/system32" - +   POL_Wine_InstallFonts  POL_Call POL_Function_FontsSmoothRGB - +   POL_Call POL_Install_gdiplus  POL_Call POL_Install_msls31  POL_Call POL_Install_msxml3  POL_Call POL_Install_riched20  POL_Call POL_Install_DisableCrashDialog - -Set_OS winxp - +  +Set_OS win7 +   cd "$REPERTOIRE/ressources"  POL_Wine_WaitBefore "$Title"  POL_Wine --ignore-errors "IE8-WindowsXP-x86-ENU.exe" +  +POL_Shortcut "$PROGRAMFILES/Internet Explorer/iexplore.exe" "$Championship" "" "" "Network;"   -POL_Shortcut "$PROGRAMFILES/Internet Explorer/iexplore.exe" "$TITLE"  # IE8 crashes on get out, bug #847  POL_Shortcut_QuietDebug "$Championship" - +   POL_SetupWindow_Close  exit 0 \ No newline at finish of file                    

New source code

#!/bin/bash   # Author : Tinou # Licence : Microsoft # Depend : none  # CHANGELOG # [Tinou ?] (2014 ?) #   Starting time script. # [Dadu042] (2020-04-06) #   Wine 4.0.0 -> iv.0.3 (more common and stable) #   Update POL_Shortcut  # KNOWN ISSUES: # - Wine three.20 x86: Browser is detected as 'IE8' by whatismybrowser.org # - Vino iv.0.3 x86: Browser is detected as 'IE8' past whatismybrowser.org # - Wine 5.0.0 x86: Browser is detected as 'IE9' by whatismybrowser.org   # Vérifier que PlayOnLinux est bien exécuté avant [ "$PLAYONLINUX" = "" ] && leave 0     # Charger les librairies source "$PLAYONLINUX/lib/sources"   TITLE="Internet Explorer eight" Prefix="InternetExplorer8"   POL_GetSetupImages "$SITE/setups/ie7/top.jpg" "$SITE/setups/ie7/left.jpg" "$Title"   POL_SetupWindow_Init POL_RequiredVersion 4.3.0 || POL_Debug_Fatal "$Championship won't work with $APPLICATION_TITLE $VERSION\nPlease update" POL_Debug_Init   #Presentation POL_SetupWindow_presentation "$TITLE" "Microsoft" "http://www.microsoft.com/" "Tinou" "$Prefix"   POL_System_SetArch "x86" POL_Wine_SelectPrefix "$Prefix" POL_Wine_PrefixCreate "4.0.3" POL_SetupWindow_improve_fonts   POL_Call POL_Install_LunaTheme      POL_Download_Resource "http://download.microsoft.com/download/C/C/0/CC0BD555-33DD-411E-936B-73AC6F95AE11/IE8-WindowsXP-x86-ENU.exe" "616c2e8b12aaa349cd3acb38bf581700"   cat << EOF > OGL.reg [HKEY_CURRENT_USER\\Software\\Microsoft\\Internet Explorer\\Main] "TabProcGrowth"=dword:00000000   [HKEY_CURRENT_USER\\Software\\Vino\\DllOverrides] "browseui"="native,builtin" "crypt32"="native,builtin" "hhctrl.ocx"="native,builtin" "hlink"="native,builtin" "iernonce"="native,builtin" "iexplore.exe"="native,builtin" "itircl"="native,builtin" "itss"="native,builtin" "jscript"="native,builtin" "mlang"="native,builtin" "mshtml"="native,builtin" "msimtf"="native,builtin" "secur32"="native,builtin" "shdoclc"="native,builtin" "shdocvw"="native,builtin" "shlwapi"="native,builtin" "url"="native,builtin" "urlmon"="native,builtin" "usp10"="native,builtin" "uxtheme"="native,builtin" "wininet"="builtin" "wintrust"="native,builtin" "xmllite"="native,builtin" EOF POL_Wine regedit OGL.reg     POL_Download_Resource "$SITE/defined/ie7-dlls.tar.bz2" "b71a3213452c9a3a1aa08767d52e7577"   tar -xvf ie7-dlls.tar.bz2 mv "msctf.dll" "$WINEPREFIX/drive_c/windows/system32" mv "msimtf.dll" "$WINEPREFIX/drive_c/windows/system32" mv "uxtheme.dll" "$WINEPREFIX/drive_c/windows/system32"   POL_Wine_InstallFonts POL_Call POL_Function_FontsSmoothRGB   POL_Call POL_Install_gdiplus POL_Call POL_Install_msls31 POL_Call POL_Install_msxml3 POL_Call POL_Install_riched20 POL_Call POL_Install_DisableCrashDialog   Set_OS win7   cd "$REPERTOIRE/ressources" POL_Wine_WaitBefore "$Title" POL_Wine --ignore-errors "IE8-WindowsXP-x86-ENU.exe"   POL_Shortcut "$PROGRAMFILES/Cyberspace Explorer/iexplore.exe" "$TITLE" "" "" "Network;"  # IE8 crashes on exit, bug #847 POL_Shortcut_QuietDebug "$Championship"   POL_SetupWindow_Close exit 0

Replies

Quentin PÂRIS Sun 17 Feb 2019 at 10:35
Quentin PÂRIS Anonymous

Warning

This update has not been approved yet by the team.
Apply information technology at your own adventure

Differences

@@ -24,7 +24,seven @@    POL_System_SetArch "x86"  POL_Wine_SelectPrefix "$Prefix" -POL_Wine_PrefixCreate "1.7.22" +POL_Wine_PrefixCreate "4.0"  POL_SetupWindow_improve_fonts    POL_Call POL_Install_LunaTheme                    

New source code

#!/bin/fustigate  # Author : Tinou # Licence : Microsoft # Depend : none  #Vérifier que PlayOnLinux est bien exécuté avant [ "$PLAYONLINUX" = "" ] && leave 0    # Charger les librairies source "$PLAYONLINUX/lib/sources"  TITLE="Internet Explorer 8" Prefix="InternetExplorer8"  POL_GetSetupImages "$SITE/setups/ie7/top.jpg" "$SITE/setups/ie7/left.jpg" "$TITLE"  POL_SetupWindow_Init POL_RequiredVersion four.0.17 || POL_Debug_Fatal "$TITLE won't piece of work with $APPLICATION_TITLE $VERSION\nPlease update" POL_Debug_Init  #Presentation POL_SetupWindow_presentation "$Championship" "Microsoft" "http://www.microsoft.com/" "Tinou" "$Prefix"  POL_System_SetArch "x86" POL_Wine_SelectPrefix "$Prefix" POL_Wine_PrefixCreate "four.0" POL_SetupWindow_improve_fonts  POL_Call POL_Install_LunaTheme    POL_Download_Resource "http://download.microsoft.com/download/C/C/0/CC0BD555-33DD-411E-936B-73AC6F95AE11/IE8-WindowsXP-x86-ENU.exe" "616c2e8b12aaa349cd3acb38bf581700"  cat << EOF > OGL.reg [HKEY_CURRENT_USER\\Software\\Microsoft\\Internet Explorer\\Main] "TabProcGrowth"=dword:00000000  [HKEY_CURRENT_USER\\Software\\Wine\\DllOverrides] "browseui"="native,builtin" "crypt32"="native,builtin" "hhctrl.ocx"="native,builtin" "hlink"="native,builtin" "iernonce"="native,builtin" "iexplore.exe"="native,builtin" "itircl"="native,builtin" "itss"="native,builtin" "jscript"="native,builtin" "mlang"="native,builtin" "mshtml"="native,builtin" "msimtf"="native,builtin" "secur32"="native,builtin" "shdoclc"="native,builtin" "shdocvw"="native,builtin" "shlwapi"="native,builtin" "url"="native,builtin" "urlmon"="native,builtin" "usp10"="native,builtin" "uxtheme"="native,builtin" "wininet"="builtin" "wintrust"="native,builtin" "xmllite"="native,builtin" EOF POL_Wine regedit OGL.reg   POL_Download_Resource "$SITE/divers/ie7-dlls.tar.bz2" "b71a3213452c9a3a1aa08767d52e7577"  tar -xvf ie7-dlls.tar.bz2 mv "msctf.dll" "$WINEPREFIX/drive_c/windows/system32" mv "msimtf.dll" "$WINEPREFIX/drive_c/windows/system32" mv "uxtheme.dll" "$WINEPREFIX/drive_c/windows/system32"  POL_Wine_InstallFonts POL_Call POL_Function_FontsSmoothRGB  POL_Call POL_Install_gdiplus POL_Call POL_Install_msls31 POL_Call POL_Install_msxml3 POL_Call POL_Install_riched20 POL_Call POL_Install_DisableCrashDialog  Set_OS winxp  cd "$REPERTOIRE/ressources" POL_Wine_WaitBefore "$Championship" POL_Wine --ignore-errors "IE8-WindowsXP-x86-ENU.exe"  POL_Shortcut "$PROGRAMFILES/Internet Explorer/iexplore.exe" "$Championship" # IE8 crashes on exit, issues #847 POL_Shortcut_QuietDebug "$Championship"  POL_SetupWindow_Close go out 0

Replies

LordBadon Tuesday four Oct 2016 at eight:43
LordBadon Anonymous

Bulletin

I can't seem to become this to install - period. I keep getting this mistake bulletin:

"Setup has detected a newer version of Internet Explorer already installed on this system."

I accept no idea how to ready it. I can install Internet Explorer on Vino outside of PlayOnLinux, only in that location seems to be something about adding in PlayOnLinux that makes it think I already take IE8 installed. I have no idea why. Whatsoever ideas on how to fix information technology?

Replies

Anonymous

Tuesday 4 October 2016 at 8:52

NEVERMIND! IE8 stopped installing on the normal Vino as well. I have no freaking idea what's going on at this point.

ferreira_daniel Friday 2 September 2016 at 19:22
ferreira_daniel Anonymous

Message

Howdy all,

I'm trying to employ IE8 on PlayOnLinux on Arch Linux. But the problem is that I'm backside a proxy server ... and until know I couldn't connect to the internet or to the intranet.

I've the surround variables correctly set and I can browse the Internet using the default IE8 "winetricks browser" (only it doesn't piece of work for Intranet sites either).

I've the proxy server prepare on playonlinux gui and I've tried to edit directly on windows registry of the playonlinux installation ... but with no success.

Could you please assistance?

wine 1.9.17-one

winetricks 20160724-1

playonlinux 4.2.x-1
Linux hostname iv.7.ii-1-ARCH #1 SMP PREEMPT Sat Aug xx 23:02:56 CEST 2016 x86_64 GNU/Linux

Thank you in advance.

Replies

GreenArrow Tuesday sixteen June 2015 at thirteen:24
GreenArrow Anonymous

Bulletin

It installed correctly and is working. But it seemes to crash on some websites and has a blackness box around forwards and dorsum navigation buttons. Other than that I got it to work.

Replies

ssl3004 Friday 13 March 2015 at 10:48
ssl3004 Anonymous

Bulletin

How-do-you-do  I have installed ie8 and works fine, but  java is not working I installed in the aforementioned virtual deejay coffee  simply java not loading....pls assistance me out.

I suggest to include java in your script...

tnaks

Replies

Fri xiii March 2015 at 14:02

I'm looking for a legal URL to direct download a JRE

Anonymous

Sunday 15 March 2015 at sixteen:37

Pls can tell me how to install coffee in ie8 stride by step

FuzzyToothpaste Tuesday 16 September 2014 at 2:eighteen
FuzzyToothpaste Anonymous

Message

It crashes when you lot get to a website with SSL. Unfortunatly, the default homepage is set to https://winehq.org, which makes it crash just seconds after startup. This needs to be fixed presently. (P.South. I have Ubuntu 14.04 64-bit.)

Replies

Tuesday xiv October 2014 at 22:45

Crashing http:// website after startup. When you clicked addressbar. (Ubuntu 12.x 64-scrap.)

Tuesday 14 October 2014 at 22:48

yes it is also crashin when you go ssl websites.

Anonymous

Tuesday 14 October 2014 at 22:52

Reinstall vino 1.7.22

Quentin PÂRIS Thursday 24 July 2014 at 0:07
Quentin PÂRIS Anonymous

Alarm

This update has not been approved yet by the squad.
Use information technology at your own risk

Differences

@@ -24,seven +24,seven @@    POL_System_SetArch "x86"  POL_Wine_SelectPrefix "$Prefix" -POL_Wine_PrefixCreate one.2.three +POL_Wine_PrefixCreate "1.7.22"  POL_SetupWindow_improve_fonts    POL_Call POL_Install_LunaTheme                    

New source code

#!/bin/bash  # Writer : Tinou # Licence : Microsoft # Depend : none  #Vérifier que PlayOnLinux est bien exécuté avant [ "$PLAYONLINUX" = "" ] && exit 0    # Charger les librairies source "$PLAYONLINUX/lib/sources"  Championship="Internet Explorer 8" Prefix="InternetExplorer8"  POL_GetSetupImages "$SITE/setups/ie7/top.jpg" "$SITE/setups/ie7/left.jpg" "$Title"  POL_SetupWindow_Init POL_RequiredVersion 4.0.17 || POL_Debug_Fatal "$TITLE won't work with $APPLICATION_TITLE $VERSION\nPlease update" POL_Debug_Init  #Presentation POL_SetupWindow_presentation "$TITLE" "Microsoft" "http://www.microsoft.com/" "Tinou" "$Prefix"  POL_System_SetArch "x86" POL_Wine_SelectPrefix "$Prefix" POL_Wine_PrefixCreate "1.vii.22" POL_SetupWindow_improve_fonts  POL_Call POL_Install_LunaTheme    POL_Download_Resource "http://download.microsoft.com/download/C/C/0/CC0BD555-33DD-411E-936B-73AC6F95AE11/IE8-WindowsXP-x86-ENU.exe" "616c2e8b12aaa349cd3acb38bf581700"  cat << EOF > OGL.reg [HKEY_CURRENT_USER\\Software\\Microsoft\\Net Explorer\\Main] "TabProcGrowth"=dword:00000000  [HKEY_CURRENT_USER\\Software\\Vino\\DllOverrides] "browseui"="native,builtin" "crypt32"="native,builtin" "hhctrl.ocx"="native,builtin" "hlink"="native,builtin" "iernonce"="native,builtin" "iexplore.exe"="native,builtin" "itircl"="native,builtin" "itss"="native,builtin" "jscript"="native,builtin" "mlang"="native,builtin" "mshtml"="native,builtin" "msimtf"="native,builtin" "secur32"="native,builtin" "shdoclc"="native,builtin" "shdocvw"="native,builtin" "shlwapi"="native,builtin" "url"="native,builtin" "urlmon"="native,builtin" "usp10"="native,builtin" "uxtheme"="native,builtin" "wininet"="builtin" "wintrust"="native,builtin" "xmllite"="native,builtin" EOF POL_Wine regedit OGL.reg   POL_Download_Resource "$SITE/divers/ie7-dlls.tar.bz2" "b71a3213452c9a3a1aa08767d52e7577"  tar -xvf ie7-dlls.tar.bz2 mv "msctf.dll" "$WINEPREFIX/drive_c/windows/system32" mv "msimtf.dll" "$WINEPREFIX/drive_c/windows/system32" mv "uxtheme.dll" "$WINEPREFIX/drive_c/windows/system32"  POL_Wine_InstallFonts POL_Call POL_Function_FontsSmoothRGB  POL_Call POL_Install_gdiplus POL_Call POL_Install_msls31 POL_Call POL_Install_msxml3 POL_Call POL_Install_riched20 POL_Call POL_Install_DisableCrashDialog  Set_OS winxp  cd "$REPERTOIRE/ressources" POL_Wine_WaitBefore "$Championship" POL_Wine --ignore-errors "IE8-WindowsXP-x86-ENU.exe"  POL_Shortcut "$PROGRAMFILES/Internet Explorer/iexplore.exe" "$TITLE" # IE8 crashes on exit, bug #847 POL_Shortcut_QuietDebug "$Title"  POL_SetupWindow_Close exit 0

Replies

Anonymous

Edi

Wed 6 Baronial 2014 at 21:51

Ubuntu xiv.04, playonlinux and IE 8 installed, When I open the browser and try to navigate it gets closed of a sudden. What tin can it be. The sistem and the aplication are update.

Wed 6 August 2014 at 21:52

any error messages or logs ?

Anonymous

Monday 11 Baronial 2014 at eighteen:23

how could I record the

Anonymous

Monday 11 August 2014 at 18:24

My Net Explorer Installation crash with an Architecture fault. How could I Log the Instalation?
Ubuntu fourteen.04 on VirtualBox

Anonymous

Thursday 14 Baronial 2014 at 3:54

I take encountered the same problem...Is there anyone who can help me out???I am from Prc, and my university's website required IE to login...

Thursday xiv August 2014 at 6:46

lamentable for the wating. Select IE on the application list and press on the "debug" button. A new window should open up and IE should launch. Subsequently the crash, look in the window. You should see the log ;)

Anonymous

Thursday fourteen August 2014 at 17:17

@Tutul I could non see a Debug Button on the Application installation list. The merely Debug pick is on the List with the Installed software. Just I could not use it with the installer information technology self to record the installation process.

Thursday 14 August 2014 at xviii:27

Installations done utilize scripts that support integrated debugger are automatically logged, even if the debugger window is not opened.
Cheque Tools > PlayOnLinux debugger > Install scripts > Net Explorer 8

Friday fifteen August 2014 at 1:48

To be honest, the only reason people ever install IE is not to really scan with it, but because it is needed (equally are it's dependencies) past certain programs to install and run. In that location really is very fiddling reason to actually browse with IE, considering that you accept native browsers. Different what almost people say, between chrome and FF, fifty-fifty the almost "IE ONLY" sites piece of work fine. Even when I was told that nothing just IE works with whatever tool we were using at work, I used chrome or FF and 99% of the fourth dimension it worked fine. :D

Anonymous

Fri 15 August 2014 at 11:01

Or for web developers to examination websites

Friday 15 August 2014 at 11:33

I was actually going to include information technology in there, but designing for IE8 is, well, insignificant for the amount of users still using it. Plus, I would want to test on an bodily windows install (fifty-fifty a VM) to make certain it rendered natively, as the end-user would probably non be surfing through Wine. That is the only reason I did not include that particular.

Anonymous

Friday fifteen Baronial 2014 at 11:44

Well for customer designed website, I concur with you. But sometimes, you have companies that use quondam web apps for their intranet, and every client have just IE. (The reverse is likewise true...). I agree that at the end, you'll have to examination with a VM ; simply it can yet be very useful to accept wine to develop the "big part"

Anonymous

Friday 15 Baronial 2014 at xi:46

Anyway, if people are crazy enough to use wine based IE8 equally a default browser on Linux, I cannot do anything for them...

Anonymous

Sunday 9 Apr 2017 at eighteen:32

I got a logfile as big as the holy bible - what can I do with this ????

Anonymous

Tuesday 13 March 2018 at 22:33

I just tried the update in a higher place but I got what looks similar a mismatched MD5 checksum:

Internet Explorer Version 8 Download for Mac

Posted by: taftthisitted.blogspot.com

Post a Comment

Previous Post Next Post

Iklan Banner setelah judul