Iexplorer 6 or 7 complete with plugins install

Questions about Wine on Linux
Locked
sqlpython
Newbie
Newbie
Posts: 2
Joined: Wed Oct 24, 2012 5:09 pm

Iexplorer 6 or 7 complete with plugins install

Post by sqlpython »

As per the above subject.
I have installed wine and Winetricks on a new Arch linux install..

Code: Select all

[sqlpython@bridgelinux bin]$ uname -r
3.6.2-1-ARCH

[sqlpython@bridgelinux bin]$ sudo pacman -Ss wine  
community/wine 1.5.15-1 [installed]

community/winetricks 20120912-1 [installed]
    Script to install various redistributable runtime libraries in Wine.
I installed iexplorer

Code: Select all

WINEARCH=win32 WINEPREFIX=~/.wine-ie6 winetricks ie60
and it starts and runs but Many sites need a flashplugin and or java....
but I can't discover the method to install a flashplugin
Some of url sites I need require a flash plugin as well as Iexplorer only..
Can Someone Help Me!
...
Normally, I would use my subscription to Codeweavers CxOffice as I have several versions.
Codeweavers Cxoffice Downloads & installs Iexplorer 6/7 DirectX ShockWave and Flash from the menus GUI..
Arch requires that I use the Cxoffice Generic sh install which requires a link

Code: Select all

ln -sf /usr/bin/python2 /usr/bin/python
However as I program with Python and already have my links set to python3 I can not do a link from python2 to python as python2 must point to python3 which in turn can point to python for backwards compatibility.
So, I am back to a direct Wine install...

Thanks in Advance for the help..
User avatar
dimesio
Moderator
Moderator
Posts: 13208
Joined: Tue Mar 25, 2008 10:30 pm

Re: Iexplorer 6 or 7 complete with plugins install

Post by dimesio »

Just download Flash and Shockwave from the Adobe website and install them.
Locked