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

StackOverflow https://stackoverflow.com/questions/20977056

Question

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

Était-ce utile?

La solution

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.

Licencié sous: CC-BY-SA avec attribution
Non affilié à StackOverflow
scroll top