Alec Siu wrote:

Is there a way to check if you're a member of a domain from within WiX? I thought of using a Condition which references the USERDOMAIN environment variable like this:

<Condition Message="You must be in a domain to install this product.">

                <![CDATA[[%USERDOMAIN] <> ""]]>

</Condition>


All users are in a "domain," even if it's just the individual machine. You can try comparing COMPUTERNAME to USERDOMAIN but I don't know if that's sufficient.

--
sig://boB
http://bobs.org

-------------------------------------------------------------------------
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