Re: [WiX-users] How do you add data containing a tab in a custom table

2011-07-20 Thread Rob Mensching
Hmm, we escape IDT chars to allow tabs to flow through. The issue is probably just to allow CustomTable/Column to set the "escape chars" bit. On Wed, Jul 20, 2011 at 5:53 PM, Bob Arnson wrote: > On 20-Jul-11 17:59, Robert Perona wrote: > > When there are tabs in the custom table data a compilati

Re: [WiX-users] How do you add data containing a tab in a custom table

2011-07-20 Thread Bob Arnson
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 act

Re: [WiX-users] How do you add data containing a tab in a custom table

2011-07-20 Thread Christopher Painter
-users] How do you add data containing a tab in a custom table 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

[WiX-users] How do you add data containing a tab in a custom table

2011-07-20 Thread Robert Perona
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) Example: Testing 1,2,3 In between 'Tes