Skip to content
⌘ NSIS Forum Archive

getting privileges

4 posts

gabirata#

getting privileges

Hello there, I would like to know if it is possible to know if the current user is a administrator or not, so that I can abort the installation process? Thanks in advance.
CancerFace#
Or if you don't want to include an extra plugin in your installer, and you are already using the system plugin, you can try the code described here
CF
gabirata#
I would like to thanks to you that helped me. I tested the code and it really works fine. thanks!