wix3.7 - How to Assign Property ID value to Variable in Wix file -


i have wix include file following code:

<property id="deploytype" value="[la]" /> <?define dtype= [deploytype]?> 

now in product tag in wix script, i'd set deloytype value value of dtype, takes localizable integers. there way can variable assigned value of property?


Comments

Popular posts from this blog

Lists in Python -

android - can not access to progress bar in an other activity -

java - Vaadin 7 Pass Data Between Views -