I seem to have the strange need of building a preprocessor variable from 
another preprocessor variable which doesn't seem to be supported (not that I am 
surprised by that).

I'm trying to do:

<?define projectName = "X" ?>

And then elsewhere:
<?define FileName = "$(var.$(var.projectName).TargetFileName)" ?>
<File Id="File1"
       Name="$(var.FileName)" ... />



The idea being only the project name is the variable and the rest are resolved.

Am I missing something obvious this late in the day for another way to do this?

----- Ed

------------------------------------------------------------------------------
Special Offer-- Download ArcSight Logger for FREE (a $49 USD value)!
Finally, a world-class log management solution at an even better price-free!
Download using promo code Free_Logger_4_Dev2Dev. Offer expires 
February 28th, so secure your free ArcSight Logger TODAY! 
http://p.sf.net/sfu/arcsight-sfd2d
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to