How programmable detect if a user has admin rights (can run installer)

Posted by Zaky on Stack Overflow See other posts from Stack Overflow or by Zaky
Published on 2010-03-14T13:49:08Z Indexed on 2010/03/14 13:55 UTC
Read the original article Hit count: 171

Hi

in my code I need to detect if current user has rights to install other application (other application VC2005 redist. package)... and it should work on Vista.

As I understand CheckTokenMembership or IsAdministrator do not give a complete solution.

Thank you

© Stack Overflow or respective owner

Related posts about Vista

Related posts about installation