On 20-Jul-11 17:59, Robert Perona wrote:
> When there are tabs in the custom table data a compilation error occurs, as
> if the compiler thinks the tab is attempting to create another column.
> I have tried an actual tab, xml escaped tab (	), and msi escaping a tab
> ([{tab}], where {tab} is an actual tab)

[my reply from StackOverflow]
You can't -- data is imported into the .msi package via a tab-delimited 
file. See "Archive File Format" in the MSI SDK. If the field can be 
binary, you can import a file's content, which can be anything.

-- 
sig://boB
http://joyofsetup.com/


------------------------------------------------------------------------------
5 Ways to Improve & Secure Unified Communications
Unified Communications promises greater efficiencies for business. UC can 
improve internal communications as well as offer faster, more efficient ways
to interact with customers and streamline customer service. Learn more!
http://www.accelacomm.com/jaw/sfnl/114/51426253/
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to