wix - How do you add data containing a tab in a custom table -


when there tabs in custom table data compilation error occurs, if compiler thinks tab attempting create column.

i have tried actual tab, xml escaped tab (	), , msi escaping tab ([{tab}], {tab} actual tab)

example: <data column="">testing 1,2,3</data>

in between 'testing' , '1,2,3' tab.

the error is: custom table column '1,2,3' unknown.

you can't -- data imported .msi package via tab-delimited file. see "archive file format" in msi sdk. if field can binary, can import file's content, can anything.


Comments

Popular posts from this blog

jQuery Ajax Render Fragments OR Whole Page -

javascript - Iterate over array and calculate average values of array-parts -

ASP.NET Javascript: window.open won't work twice -