Hi,
                I am trying to use a property in a conditional statement 
depending on its value which gets sets by a custom action.

I have a property named PROP with initial value set as null. This property's 
value Yes/No is set by a custom action. The custom action is run just after 
welcome dialog in UI sequence.
Is there any way I can use this property as a conditional statement in wix to 
install a feature something like below?
      <?if PROP=yes?>
      <FeatureRef Id="Readme"></FeatureRef>
      <?endif?>

Thanks
Divya
-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to