The problems came when people installed Windows 7 x64. The HTA still runs as 32bit. But when they try starting msra.exe they get
the error:
C:\windows\system32\msra.exe The network is not present or not started.
Well I guess it's too much to ask for a separate 32bit-version of msra in windows x64. but is there a way to start a 64bit program
from a 32bit HTA?
--
-- HAL07, Engineering Services, Norway
Someone else might come up with a more well-
informed answer, but one thought is to check to
make sure there isn't a 32-bit version. Many of the
core Windows programs xists as both. Win64 is
really sort of like 2 OSs put together. If a 32-bit
version exists it should be in the (bizarrely named)
SysWOW64 folder.
Are you using the 32 bit build of IE to open the HTA file?
--
Crash
"When you want to fool the world, tell the truth."
~ Otto von Bismarck ~
yes i guess. not sure how that works. but i cannot make changes to my local computer settings, as this program is ran by many others.
I think MSRA needs firewall exception as well, so then you need a separate exception for the 32bit version, as well as all dll's
required registered. not sure if that is possible since i then have to manually configure a lot of computers.
C:\windows\sysnative\msra.exe should point to the 64bit version on x64.
"HAL07" wrote:
> .
>