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

linux - Using a Cron Job to check if my mod_wsgi / apache server is running and restart -

actionscript 3 - TweenLite does not work with object -

jQuery Ajax Render Fragments OR Whole Page -