Is there a way to access the UAC prompts via UIAutomation (I'm writing a test for an installation process).

From http://msdn.microsoft.com/en-us/library/ms742884.aspx it looks like there is a way to set this up.

So the question is how to make this automatically?

My current UIAutomation setup is made of the amazing White API (white.codeplex.com) with a bunch of extension methods from the O2 Platform

link|improve this question

25% accept rate
feedback

1 Answer

For security reasons, this is guaranteed to be impossible.

The whole point of UAC is that programs cannot automatically click Allow.

link|improve this answer
well there is always a way to do it, for example Metasploit has an exploit just for that secmaniac.com/january-2011/windows-uac-bypass-now-in-metasploit I need to look at how it works – Dinis Cruz Mar 17 '11 at 22:54
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.