How does PA 07 work on Vista?
-
Does PA disable Vista’s built in zip support? Any possible conflicts? On XP, I unregistered XP’s zip dll file but I wasn’t sure about Vista. Thanks in advance!
-
should work perfectly fine. PA doesnt disable Vista’s built in support, there is no need for that, it just associates itself with zip archives.
-
Glad to hear it :)
The only reason I disabled it in XP is because of the way XP handled zipfiles. If you had a ton of zips in a directory, it would slow the scrolling way down.
Any ETA on a Final?
-
If I right-click on the sample zipfile in the PA directory (TUTOR1.zip) to extract it in the same directory nothing happens.
-
Denzilla, Funny enough I was going to ask the same question…
PA How far are we from the final?
-
If I right-click on the sample zipfile in the PA directory (TUTOR1.zip) to extract it in the same directory nothing happens.
is that an bug report? :-)
-
Hmmm, we are in Tech Support and a feature is not working as it should - so you can call it a bug report. ;)
-
Hmmm, we are in Tech Support and a feature is not working as it should - so you can call it a bug report. ;)
we are in “How does PA 07 work on Vista” thread :-). So, you should start an different thread for bug report.
But I think your issue is probably with having to restart your computer after installation - have you done so?
thanks,
-
I just installed B8 and now something happens. :)
A error message is shown:
–-------------------------
PowerArchiverError creating destination file “”. Check that file is not in use.
OK
-
screenshot please…
-
-
oh, welcome to Windows Vista… you can create files in C:\program files\
-
we will check for better error message, thanks for reminding me about that
-
What version of Vista are you using?
What it does is sends the file to another folder which is somewhere in your Users folder… I need to check better for that…
-
You can create files in C:\Program Files but you have to deal with UAC. There are other compression programs around which support UAC already. So it should be possible for PA too. :)
I’m using the final RTM build.
-
We need to check on that since I have not found anything 2 months ago when looking for it….
-
p.s. it should work if you set PA to be started as running under admin, by right clicking on pa.exe… Try if that works?
thanks
-
You see, if people dont complain, we will not find out about things that we need fixing, so COMPLAIN!!!
-
p.s. it should work if you set PA to be started as running under admin, by right clicking on pa.exe… Try if that works?
thanks
Yes, it works if I set pa.exe to start everytime with admin rights. But now PA requests admin rights on every start. That is not the intention of UAC. PA should only request admin rights if there is a need for.
-
Yes, it works if I set pa.exe to start everytime with admin rights. But now PA requests admin rights on every start. That is not the intention of UAC. PA should only request admin rights if there is a need for.
yep… except that UAC doesnt allow for runtime elevation of rights, so you end up with having to redesign how you do everything because of it…
If we could do it at run time, change process rights, while showing an notification window, then it would be easy.
-
yep… except that UAC doesnt allow for runtime elevation of rights, so you end up with having to redesign how you do everything because of it…
Try to copy a file with Explorer to the program files dir. Explorer requests elevation and the operation continues.
-
Try to copy a file with Explorer to the program files dir. Explorer requests elevation and the operation continues.
as an different process…
-
as an different process…
No. Open the task manager and you will see, that no additional explorer.exe is launching…
-
No. Open the task manager and you will see, that no additional explorer.exe is launching…
you can elevate com objects, you cant elevate process… You can check it out on MSDN if you wish.
This is done so virus or spyware cant elevate itself half an hour after you clicked on it, and then show you false name in the prompt…
-
p.s. we can do that too anyway, it is just not an 5 minute job of elevating the process, rather you have to rewrite how application creates and extracts files (do it outside main PA process).
-
you can elevate com objects, you cant elevate process… You can check it out on MSDN if you wish.
Cool, than you have to work with elevated COM objects. :)