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

2011-07-22 Thread Robert Perona
I downloaded the source and changed the compiler and linker to use null, \x0, instead of tab, \t, and it resolved the problem confirming my earlier suspician. I will open it as a bug. On Fri, Jul 22, 2011 at 10:48 AM, Robert Perona wrote: > I experimented some more with orca after looking at

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

2011-07-22 Thread Robert Perona
low 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 compilation error occurs, >> as >> > if the

[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