Mike Poulson wrote:
> With UAC on vista no user is an admin unless they approve an elevate (via the 
> UAC prompt).  If you need a custom action to run with elevated privileges (a 
> real admin) then you need to do a deferred CA with Impersonate = yes. This is 
> what you are doing in your sample and it is the correct way to do it.
>   

With Impersonate="yes" the CA runs as the user, which isn't elevated 
even if the user accepted the UAC prompt. Instead it needs to be 
Impersonate="no" to run as LocalSystem.

-- 
sig://boB
http://bobs.org



-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
WiX-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to