My own reply:

On Thu, Jul 21, 2011 at 11:22 AM, Stefan Pavlik <stefan.pav...@gmail.com>wrote:

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

Of course I can use following code but it is a bit unhandy (to check for
aprox. 20 possible macros)

<?ifdef A?>
  <?ifdef USE_FEATURE_1?>
    <?undef USE_FEATURE_1?>
   <?endif?>
  <?define USE_FEATURE_1?>
<?endif?>

<?ifdef B?>
  <?ifdef USE_FEATURE_1?>
    <?undef USE_FEATURE_1?>
   <?endif?>
  <?define USE_FEATURE_1?>
<?endif?>

<?ifdef USE_FEATURE_1 ?>
  <!-- Feature1 -->
<?endif?>


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