Skip to content
⌘ NSIS Forum Archive

UAC::Exec

2 posts

msroboto#

UAC::Exec

I used to use nsExec::ExecToStack to execute another program and that worked fine.

Now I am trying to use UAC::Exec or UAC::ShellExecWait neither is executing that same program I used to start with nsExec::ExecToStack.

I have RequestExecutionLevel set to user.

What could I be missing?

I have the UAC Code in place. Actually for my first round I actually was an administrator.

I am testing on XP is this an issue. It did look like XP shouldn't be a problem with the UAC code but maybe I'm wrong.