How to ensure the setup program will run with administrator rights?

Viewed 8750

If I create setup package using Inno Setup, will the setup program have administrator privileges allowing it to register DLLs etc. ?

Also, if the setup package executes a program as part of its operations, will that program be run with the administrator rights ?

1 Answers
Related