Archive: UAC plug-in v0.2: Need Examples


UAC plug-in v0.2: Need Examples
There is a note on UAC plugin page

NOTE: All code on this page applies to the older version, the syntax has changed slightly for 0.2 and you should use the macros in uac.nsh
Give me some examples, plz... I don't understand, how to use plugin with new syntax.
I need to ExecWait *.exe files on Admin level, while installing.

The UAC plugin does not execute child processes @ "admin level". Use http://pastebin.com/EvMkyLLt and a normal ExecWait to execute a elevated child process...