Internet Explorer: Difference between revisions

From OLPC
Jump to navigation Jump to search
m (added reference information.)
 
(3 intermediate revisions by 3 users not shown)
Line 1: Line 1:
{{draft}}
Internet Explorer texts.
{{windows software}}
{{RightTOC}}
<!-- Really need the non-FOSS template w/warning, but not sure what it is -->


== Introduction ==

Microsoft Internet Explorer (IE) is a popular internet browser. This page discusses how to install an 'adapted-for-linux' version 6 SP1 and run via [[wine]]. Along with various other plugins. NOTE: This is NOT Open Source Software , and is usually packaged with commercial product Microsoft Windows. But IE is freely downloadable from downloads.Microsoft.com

== Installation ==


* From the [[Terminal]] activity , download the latest ies4linux version, and extract it

$ wget -c http://www.tatanka.com.br/ies4linux/downloads/ies4linux-latest.tar.gz
$ tar xzf ies4linux-latest.tar.gz


* Run ies4linux and follow on-screen instructions (current version is: 2.99.0.1, update if needed)

$ ./ies4linux-2.99.0.1/ies4linux

== Run ==

* Above step sets up installation and creates script named ie6, to actually run IE 6.

$ ~/bin/ie6



== Notes ==

* Set home page.
** ''Tools'' -> '''Internet Options''' -> General -> Home Page -> Use Blank
* Some basic IE 6 customizations
** Download and import [http://nixwizard.net/ie6_overrides.reg ie6_overrides.reg] in your registry:
** $ regedit ie6_overrides.reg
* Works well with wine-0.9.5, wine-0.9.6, and wine-0.9.8-r1.
* Another option is using [[Wine#winecfg|winecfg]].
** In winecfg's Applications tab, set the Windows version to win98, and in its Libraries tab, set the dll override thus
* If you get a message saying "A previous installation has pending work requiring a reboot":
** $ wineboot


IES4linux (components installed)
<!--- Note: move the below items to [[wine]] page -->
* Installs [[wine#DCOM98|DCOM98]] seperately
** First remove two dll's:
*** $ rm ~/.wine/drive_c/windows/system32/ole32.dll
*** $ rm ~/.wine/drive_c/windows/system32/oleaut32.dll
** Then download and install DCOM98.EXE using:
*** $ wget http://download.microsoft.com/download/d/1/3/d13cd456-f0cf-4fb2-a17f-20afc79f8a51/DCOM98.EXE
*** $ wine DCOM98.EXE
* Installs [[wine#mfc40.dll|mfc40.dll]] seperately
: This prevents an error in registering/installing ieinfo5.ocx.
** $ wget http://activex.microsoft.com/controls/vc/mfc40.cab
** $ cabextract mfc40.cab
** $ wine mfc40.exe
* Installs [http://download.microsoft.com/download/win98SE/Update/5072/W98/EN-US/249973USA8.exe riched20]
* Removes regsvr32.exe
** $ rm -f ~/.wine/drive_c/windows/system32/regsvr32.exe
* Soft links file
** $ ln -s /usr/lib/wine/shell32.dll.so ~/.wine/drive_c/windows/system32/shell32.dll
* Download and installs [http://www.microsoft.com/downloads/info.aspx?na=90&p=&SrcDisplayLang=en&SrcCategoryId=&SrcFamilyId=1e1550cb-5e5d-48f5-b02b-20b602228de6&u=http%3a%2f%2fdownload.microsoft.com%2fdownload%2fie6sp1%2ffinrel%2f6_sp1%2fW98NT42KMeXP%2fEN-US%2fie6setup.exe IE 6 SP1].
* Sets up a script for 'ie6'.
* $ wine "c:/Program Files/Internet Explorer/IEXPLORE.EXE"

== Localization ==
Use environment variable for configuration (if not already set)
$ export LC_ALL=ru_RU.UTF-8

== Other resources ==

* [http://appdb.winehq.org/appview.php?versionId=469 appdb.winehq.org] - Wine Application DB: Internet Explorer 6
* [http://tatanka.com.br/ies4linux/ ies4linux] - a simple Bash Script program that installs Internet Explorer on Linux using Wine


== References ==
== References ==
* [http://gentoo-wiki.com/HOWTO_Install_Internet_Explorer_6_SP1 Internet Explorer 6 SP1 on Gentoo] - How-To documentation.
* [http://gentoo-wiki.com/HOWTO_Install_Internet_Explorer_6_SP1 Internet Explorer 6 SP1 on Gentoo] - How-To documentation.
* [http://www.tatanka.com.br/ies4linux/downloads Latest version of IES 4 linux] - choose the latest version

Latest revision as of 05:43, 10 March 2011


Pencil.png NOTE: The contents of this page are not set in stone, and are subject to change!

This page is a draft in active flux ...
Please leave suggestions on the talk page.

Pencil.png
This command is run from the GNOME menu or the Terminal Activity. Using the 'wine' interface to run Microsoft Windows applications. The GUI will probably not integrate comfortably with the Sugar environment, but should work okay with GNOME. Your user experience may vary considerably depending on the established environment and the other programs running on the laptop, and may need re-installation after an OS Update. See the Microsoft Windows software category for similar commands.


Introduction

Microsoft Internet Explorer (IE) is a popular internet browser. This page discusses how to install an 'adapted-for-linux' version 6 SP1 and run via wine. Along with various other plugins. NOTE: This is NOT Open Source Software , and is usually packaged with commercial product Microsoft Windows. But IE is freely downloadable from downloads.Microsoft.com

Installation

  • From the Terminal activity , download the latest ies4linux version, and extract it
$ wget -c http://www.tatanka.com.br/ies4linux/downloads/ies4linux-latest.tar.gz
$ tar xzf ies4linux-latest.tar.gz


  • Run ies4linux and follow on-screen instructions (current version is: 2.99.0.1, update if needed)
$ ./ies4linux-2.99.0.1/ies4linux

Run

  • Above step sets up installation and creates script named ie6, to actually run IE 6.
 $ ~/bin/ie6


Notes

  • Set home page.
    • Tools -> Internet Options -> General -> Home Page -> Use Blank
  • Some basic IE 6 customizations
  • Works well with wine-0.9.5, wine-0.9.6, and wine-0.9.8-r1.
  • Another option is using winecfg.
    • In winecfg's Applications tab, set the Windows version to win98, and in its Libraries tab, set the dll override thus
  • If you get a message saying "A previous installation has pending work requiring a reboot":
    • $ wineboot


IES4linux (components installed)

This prevents an error in registering/installing ieinfo5.ocx.
  • Installs riched20
  • Removes regsvr32.exe
    • $ rm -f ~/.wine/drive_c/windows/system32/regsvr32.exe
  • Soft links file
    • $ ln -s /usr/lib/wine/shell32.dll.so ~/.wine/drive_c/windows/system32/shell32.dll
  • Download and installs IE 6 SP1.
  • Sets up a script for 'ie6'.
  • $ wine "c:/Program Files/Internet Explorer/IEXPLORE.EXE"

Localization

Use environment variable for configuration (if not already set) $ export LC_ALL=ru_RU.UTF-8

Other resources

  • appdb.winehq.org - Wine Application DB: Internet Explorer 6
  • ies4linux - a simple Bash Script program that installs Internet Explorer on Linux using Wine

References