Steve Baker wrote:
> I am trying to test if a project reference has been defined from inside a wxi 
> file by testing one of the constants that should be defined like this:
>
> --------------------------------------------------------
> <?if $(var.Project1.TargetDir) ?>
>   

$(var.id) is a variable resolution, to expand the id into its variable 
value. <?if?> and <?if?> are looking for the id itself, so just drop the 
$(var.) portion.

-- 
sig://boB
http://joyofsetup.com/



-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to