How to upgrade internet explorer?

Open forum for end-user questions about Wine. Before asking questions, check out the Wiki as a first step.
Forum Rules
Locked
akalsha
Level 2
Level 2
Posts: 10
Joined: Mon Apr 07, 2008 9:57 am

How to upgrade internet explorer?

Post by akalsha »

Hello,
I tried searching this site, but couldn't find anything that I understood as far as a solution. Quite often, when I try to install a program using Wine, I get an error that the version of IE is too old, and the install can't continue. How can I correct that?
Thank you
User avatar
dimesio
Moderator
Moderator
Posts: 13367
Joined: Tue Mar 25, 2008 10:30 pm

Post by dimesio »

Try

Code: Select all

winetricks fakeie6
This will set the registry to claim that IE6 is installed. If the program is just looking for that registry entry, that will work. If it needs real IE, it won't.
akalsha
Level 2
Level 2
Posts: 10
Joined: Mon Apr 07, 2008 9:57 am

...

Post by akalsha »

Thanks. I just type that into the terminal, right?
austin987
Wine Developer
Wine Developer
Posts: 2383
Joined: Fri Feb 22, 2008 8:19 pm

How to upgrade internet explorer?

Post by austin987 »

On Mon, Jun 2, 2008 at 11:08 AM, akalsha <[email protected]> wrote:
Thanks. I just type that into the terminal, right?





Yes, assuming you have winetricks downloaded. Else,
$ wget kegel.com/wine/winetricks
$ sh winetricks fakeie6
Bamm
Level 4
Level 4
Posts: 136
Joined: Thu May 22, 2008 3:18 am

Re: How to upgrade internet explorer?

Post by Bamm »

austin987 wrote:Yes, assuming you have winetricks downloaded
I was wondering, shouldn't winetricks be included in the wine packages by default? This way we can assume everyone has it.
User avatar
dimesio
Moderator
Moderator
Posts: 13367
Joined: Tue Mar 25, 2008 10:30 pm

Post by dimesio »

I don't know about other distros, but OpenSUSE already does.
Locked