is there a way to run nsis code as user with regular privileges and a third party exe (within) as an administrator

939 Views Asked by At

Is there a way to run "nsis" code as user with regular privileges and a third party exe (within) as an administrator ?

1

There are 1 best solutions below

2
Francisco R On BEST ANSWER

If you need to launch an exe with administrator privileges from within your installer, you need to use Execshell. See this other question for more info.