Archive: getting privileges


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.


hi,

This may help you solve your problem.
http://nsis.sourceforge.net/IsUserAdmin


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


I would like to thanks to you that helped me. I tested the code and it really works fine. thanks!