"Jrz" <> wrote in message
news:%...
> Steve Easton wrote:
>> Binary is binary
>
> I would have thought so, but as I described, regedit rejects the
> file.
>
> so it seems the format might be different. There's a "RegTool"
> program which might tell more. I suppose I'll have to try it out,
> if nobody has a surefire method. I kind of shrink, though, from
> downloading and installing program after program. You never know
> what might get fouled up.
>
>> Did you try using run As Administrator when running the install?
>> If the installer needs to write to HKLM in the registry, it "Must"
>> be run as administrator.
>
> yes, I did, on multiple attempts. Other keys are written such as for
> config. Are perms for HKLM different than for other branches?
>
>
> But, as I had already described, the writing to the registry takes
> place when the app is run - not during installation. And yes, I have
> run it as admin, too.
Yes, writing to HKLM is different. While signed on as administrator,
right click the application and choose something like 'run elevated'
or 'run as administrator', and it should write to the real HKLM
instead of the short lived pseudo branch of the registry it uses if
the correct permissions are not used. After the first run, you should
be able to run without special permissions unless the application
violates some more UAC rules.
-Paul Randall
|