Hi,

  I am new to wix and I am trying to do a x86 build.

I am setting up a varible 

$(env._BuildArch) ="x86"

<?define Win64 = yes ?>

<Component Id="someComponent" DiskId="1" Guid="someGUID" 

Win64="$(var.Win64)">

 

I am getting an error  

 

fatal error CNDL0023: Undefined environment variable: $(env._BuildArch).

 

how do I define this?

 

And other question is "how to exit the install if env varible is not
found"

 

Thank you,

Padma.

-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >> http://get.splunk.com/
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to