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

Pergunta

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

Foi útil?

Solução

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.

Licenciado em: CC-BY-SA com atribuição
Não afiliado a StackOverflow
scroll top