Hello!  I had a question I couldn't find an answer for.  Is there an easy way 
in wix to see if the user installing my msi is a Domain Admin?

I have seen this to verify we are running with admin privileges, but haven't 
come across a way to verify the user belongs to a specific group.
<!--Pre launch condition that we are running with admin privileges-->
<Condition Message="This installation requires administrator privileges.">
      <![CDATA[Privileged]]>
 </Condition>

Thanks!
Lindsay Harris
-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to