Windows Vista Forums
Vista Forums Home Join Vista Forums Windows 7 Forum Vista Tutorials Tags
Welcome to Windows Vista Forums. Our forum is dedicated to helping you find solutions with any problems, errors or issues you are experiencing with Windows Vista. The Vista forum also covers news and updates and has an extensive Windows Vista tutorial section that covers a wide range of tips and tricks.

Go Back   Vista Forums > Vista Newsgroups > Vista General

Vista - UAC vs WinRAR

Reply
 
Old 12-07-2006   #1 (permalink)
Terry Zhong


 
 

UAC vs WinRAR

On my Vista RTM I installed WinRAR 3.61, UAC asked my permission for the
first time and then let go. When I upgraded WinRAR to 3.62 today(uninst then
clean install), UAC won't let go any more. Each time I run WinRAR UAC asks my
password... I hate this and wonder why this time UAC didn't ask for just one
time?

My System SpecsSystem Spec
Old 12-07-2006   #2 (permalink)
David Wright


 
 

RE: UAC vs WinRAR

Have you tried running WinRAR once as the administrator?
My System SpecsSystem Spec
Old 12-07-2006   #3 (permalink)
Terry Zhong


 
 

RE: UAC vs WinRAR

Yes, but no use. And now I see WinRAR.exe and Uninstall.exe in explorer with
a UAC shield, so whoever run it, admin or not, UAC will ask for promotion.
Any way to set WinRAR.exe as a trusted program? Why it has a UAC shield on it?

"David Wright" wrote:

> Have you tried running WinRAR once as the administrator?

My System SpecsSystem Spec
Old 12-07-2006   #4 (permalink)
Kenneth


 
 

RE: UAC vs WinRAR

yes, and the "extract to" function in the right click manu doesn't work.
seems like some problems of winrar3.62.
maybe it'll be solved in 3.63

"Terry Zhong" wrote:

> Yes, but no use. And now I see WinRAR.exe and Uninstall.exe in explorer with
> a UAC shield, so whoever run it, admin or not, UAC will ask for promotion.
> Any way to set WinRAR.exe as a trusted program? Why it has a UAC shield on it?
>
> "David Wright" wrote:
>
> > Have you tried running WinRAR once as the administrator?

My System SpecsSystem Spec
Old 12-07-2006   #5 (permalink)
Colin Barnhorst


 
 

Re: UAC vs WinRAR

Have you researched at http://www.win-rar.com/winrarsupport.html? I would
email them and ask them about this. It sounds to me like it is how WinRAR
is written.

"Terry Zhong" <TerryZhong@discussions.microsoft.com> wrote in message
news:014C235F-5F63-445D-84D2-109B3872A2AD@microsoft.com...
> Yes, but no use. And now I see WinRAR.exe and Uninstall.exe in explorer
> with
> a UAC shield, so whoever run it, admin or not, UAC will ask for promotion.
> Any way to set WinRAR.exe as a trusted program? Why it has a UAC shield on
> it?
>
> "David Wright" wrote:
>
>> Have you tried running WinRAR once as the administrator?


My System SpecsSystem Spec
Old 12-07-2006   #6 (permalink)
Bill


 
 

Re: UAC vs WinRAR

> "Terry Zhong" <TerryZhong@discussions.microsoft.com> wrote in
> message news:014C235F-5F63-445D-84D2-109B3872A2AD@microsoft.com...
>> Yes, but no use. And now I see WinRAR.exe and Uninstall.exe in
>> explorer with
>> a UAC shield, so whoever run it, admin or not, UAC will ask for
>> promotion.
>> Any way to set WinRAR.exe as a trusted program? Why it has a UAC
>> shield on it?
>>
>> "David Wright" wrote:
>>
>>> Have you tried running WinRAR once as the administrator?



I have WinRar installed (v3.51 previously and now v3.61) and UAC does
not block WinRar.exe, however the uninstall is blocked as it should be
in Vista. I haven't tried v3.62 yet and won't bother until I blow away
this install of Vista and re-install (no urgent need to upgrade
WinRar).

What version of WinRar are you using?

My System SpecsSystem Spec
Old 12-07-2006   #7 (permalink)
Robert Moir


 
 

Re: UAC vs WinRAR

Terry Zhong wrote:
> On my Vista RTM I installed WinRAR 3.61, UAC asked my permission for
> the first time and then let go. When I upgraded WinRAR to 3.62
> today(uninst then clean install), UAC won't let go any more. Each
> time I run WinRAR UAC asks my password... I hate this and wonder why
> this time UAC didn't ask for just one time?


This is probably a question best put to the developers of WinRAR. Clearly
they've changed something that Vista would rather they had not.


My System SpecsSystem Spec
Old 12-28-2006   #8 (permalink)
Lucvdv


 
 

Re: UAC vs WinRAR

Terry Zhong wrote:
> On my Vista RTM I installed WinRAR 3.61, UAC asked my permission for the
> first time and then let go. When I upgraded WinRAR to 3.62 today(uninst then
> clean install), UAC won't let go any more. Each time I run WinRAR UAC asks my
> password... I hate this and wonder why this time UAC didn't ask for just one
> time?


I found a two-stage solution for the problem (also notified Eugene
Roshal, the maker of WinRar: he replied that a beta of a new WinRar
with full Vista support is to be expected in january).

First of all, you have to downgrade to version 3.61 again, to make the
new 3.62 problems disappear.

If you don't have the 3.61 setup anymore, you can find it at
http://www.filehippo.com/download_winrar/?1554


3.61 does have another issue though: it can't find its regstration
info (alwasy starts up in 30-day trial mode) unless it's started as
administrator, and that requires a confirmation each time, which is
something we don't want.

The reason is that Vista protects *.key files, you need administrator
access to be able to open them.

The solution to that problem requires some tinkering:

- locate the file "rarreg.key" in your winrar directory.
- create a copy of it, name it "rarreg.kex".
- create a backup copy of winrar.exe
- find a hex file editor
- use it to open winrar.exe (start the editor as administrator, or you
won't be able to save).
- locate the first occurrence of the ANSI string ".key"
- change it to ".kex" and save.
Done.


As hex editor you can use Axe, http://www.jbrowse.com/products/axe/
Disclaimer: I'm still using Axe version 2.1 from 1998, didn't even
know that a newer version existed until I googled for a download link
to put in this post (Axe development was stopped years ago, but
apparently the author picked it back up in 2004 or so).
My System SpecsSystem Spec
Old 12-29-2006   #9 (permalink)
Lucvdv


 
 

Re: UAC vs WinRAR

Lucvdv wrote:

> The solution to that problem requires some tinkering:


Good news: it doesn't!

I just got another reply from Eugene Roshal, where he says:

| Besides, you do not need to patch winrar.exe. It considers
| all rarreg.* files as registration keys, so rarreg.kex is ok
| even without patching.
My System SpecsSystem Spec
Reply

Thread Tools


Similar Threads
Thread Forum
WinRaR 3.90 beta Software
Solved Help - everything opens with winrar General Discussion
Winrar vs Vista Vista General
Winrar query. Vista General
WinRAR NOT Installation Vista security


Vista Forums is an independent web site and has not been authorized,
sponsored, or otherwise approved by Microsoft Corporation.
"Windows Vista", the Start Orb, and related materials are trademarks of Microsoft Corp.
© Designer Media Ltd

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46