Re: Force IE x86 call from script in x64 system
- From: "Mayayana" <mayayana@xxxxxxxxxxxxxx>
- Date: Sat, 27 Aug 2011 12:55:38 -0400
I don't have access to any Win64 machines to
check the Registry, but you should be able to
edit it there. HKCR\InernetExplorer.Application
points to
HKCR\{0002DF01-0000-0000-C000-000000000046}
In
HKCR\CLSID\{0002DF01-0000-0000-C000-000000000046}\LocalServer32
You should find the path to IE, which you can change
to the 32-bit path. It's possible that there are two
different objects, but I doubt it. I expect the typelib,
etc. is essentially the same in both. But if you don't
find the same GUID as above under
HKCR\InernetExplorer.Application
then there might be two separate objects using the
same ProgID, in which case you'd probably need to
change the GUID there rather than the path under
LocalServer32
--
--
"Dave "Crash" Dummy" <invalid@xxxxxxxxxxxxxxx> wrote in message
news:j3av9b$jnd$1@xxxxxxxxxxxxxxxx
|I have a script that runs in the background and periodically polls a
| website for current temperature. It uses "InternetExplorer.Application"
| to create an IE object:
|
| Set IE = CreateObject("InternetExplorer.Application")
|
| I am running Win7 x64, and the IE object created is the 64 bit version
| of IE. This is not a problem as far as the script is concerned, but if I
| click on a link while the background script is running IE, the link
| opens with IE x64 instead of the default IE x86. With so many sites
| using Flash, this is a problem. Is there any way to force the
| application object to use the x86 version of IE?
| --
| Crash
|
| "Facts are stubborn things, but statistics are more pliable."
| ~ Laurence J. Peter ~
.
- Follow-Ups:
- Re: Force IE x86 call from script in x64 system
- From: Dave \"Crash\" Dummy
- Re: Force IE x86 call from script in x64 system
- References:
- Force IE x86 call from script in x64 system
- From: Dave \"Crash\" Dummy
- Force IE x86 call from script in x64 system
- Prev by Date: Force IE x86 call from script in x64 system
- Next by Date: Re: Force IE x86 call from script in x64 system
- Previous by thread: Force IE x86 call from script in x64 system
- Next by thread: Re: Force IE x86 call from script in x64 system
- Index(es):
Relevant Pages
|