Hi All

I need to include some part code depending on existence of several
macros. I would write something like this:

<?if $(var.A) or $(var.B) ?>
<!--code-->
<?endif?>

Problem is that candle will generate error CNDL0150 (Undefined
preprocessor variable) if any of the variables is not defined.

According to http://wix.sourceforge.net/manual-wix3/preprocessor.htm
(More Examples) it should be possible to use undefined preprocessor
variables in <?if ?> expression. Unfortunately compilation of this
example will also end with error.

Any help is appreciated.

Stefan

-- 
Stefan Pavlik | stefan.pav...@gmail.com
Lietavska 14 | 851 06 Bratislava | Slovak Republic

------------------------------------------------------------------------------
5 Ways to Improve & Secure Unified Communications
Unified Communications promises greater efficiencies for business. UC can 
improve internal communications as well as offer faster, more efficient ways
to interact with customers and streamline customer service. Learn more!
http://www.accelacomm.com/jaw/sfnl/114/51426253/
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to