wix - how can i use a Feature name like a inner text condition in a <UI> </UI> frame? -


i want use feature state inner text in publish element.

this code:

<feature id="complete" title="app"          display="expand" level="1" allowadvertise='no' installdefault='local'>   ... </feature>   <ui>  ... <publish dialog="customizedlg" control="next" event="newdialog" value="verifyreadydlg"> ¿¿¿????</publish>  ... </ui> 

i want replace ¿¿¿¿???? "(&complete = 3)"

you need escape xml.

something &amp;complete=3


Comments

Popular posts from this blog

asp.net - repeatedly call AddImageUrl(url) to assemble pdf document -

java - Android recognize cell phone with keyboard or not? -

iphone - How would you achieve a LED Scrolling effect? -