What is the difference between !(bind.VariableName) and !(wix.VariableName)? 
I've seen examples of !(wix.VariableName) usage in WixUI_Advanced.wxs but can't 
find a reference in the documentation. My gut tells me they are two syntaxes 
for referencing WixVariable values.

Assuming my gut is correct, then I would like to choose one a single syntax for 
consistency but candle seems to require both syntaxes at different times:

Product/@Version accepts !(bind.Version) but rejects !(wix.Version).
Product/@UpgradeCode accepts !(wix.UpgradeCode) but rejects !(bind.UpgradeCode).
Upgrade/@Id accepts !(wix.UpgradeCode) but rejects !(bind.UpgradeCode).

--
Edwin G. Castro
Software Developer - Staff
Electronic Banking Services
Fiserv
Office: 503-746-0643
Fax: 503-617-0291
www.fiserv.com
Please consider the environment before printing this e-mail


------------------------------------------------------------------------------
Open Source Business Conference (OSBC), March 24-25, 2009, San Francisco, CA
-OSBC tackles the biggest issue in open source: Open Sourcing the Enterprise
-Strategies to boost innovation and cut costs with open source participation
-Receive a $600 discount off the registration fee with the source code: SFAD
http://p.sf.net/sfu/XcvMzF8H
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to