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 &complete=3
Comments
Post a Comment