Re: [WiX-users] How to remove empty xmlns attribute

2015-06-12 Thread Sarkar, Tarun Kumar
No, I created the wxs file manually. Regards, Tarun -Original Message- From: keith.doug...@statcan.gc.ca [mailto:keith.doug...@statcan.gc.ca] Sent: Friday, June 12, 2015 4:32 PM To: wix-users@lists.sourceforge.net Subject: Re: [WiX-users] How to remove empty xmlns attribute Are you

Re: [WiX-users] How to remove empty xmlns attribute

2015-06-12 Thread Keith.Douglas
Are you generating your wxs file by programmatically creating a .NET XML object? I discovered that when I did that I got the xmlns attribute everywhere *unless* I set it deliberately on each tag programmatically. Then and only then it doesn't appear on anything but the WiX tag. I am sure there's