admin right to set up
How can I make sure the user installing my software has admin rights as i am making setup using Nsis scripting language, and should applicable for all OS (Windows,XP).
17 posts
Errorlevel is really a DOS/batch thing, windows processes have exit codes.Originally Posted by MSG View PostSay Anders, does Windows automatically set an errorlevel if UAC elevation fails?
Thanks MSGOriginally Posted by MSG View PostHmm... Try googling for 'nsis userinfo plugin'. Also, the userinfo plugin comes shipped with NSIS, so check NSIS\Examples\UserInfo\UserInfo.nsi .
As you can see, all the information is out there. You just need to be brave enough to search for it, before asking others for the solution.
Then that probably means that you're already an admin user, on your Vista PC.Originally Posted by shazia.parveen View Postin Xp message box is shown "Administrator rights required!" but in vista no message box is coming