Re: [WiX-users] Problem with XMLConfig Element (empty xmlns attribute)

2008-05-16 Thread RodP42
Hi Stefan, I had the same problem. A simple but unpretty solution I found was to add a second step to populate the empty namespace attribute. e.g. util:XmlConfig Id=oms.webconfig.stateserver File=[INSTALLLOCATION]web.config Action=create Node=element

[WiX-users] Problem with XMLConfig Element (empty xmlns attribute)

2008-04-17 Thread Stefan Gauter
Hi, When adding a new element to my web.config with XmlConfig I'll get an empty xmlns attribute. How can I suppress this xmlns attribute? My Wix Code (using v3.0.3815): util:XmlConfig Id=oms.webconfig.stateserver File=[INSTALLLOCATION]web.config Action=create

Re: [WiX-users] Problem with XMLConfig Element (empty xmlns attribute)

2008-04-17 Thread Rob Mensching
in MSXML. From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Stefan Gauter Sent: Thursday, April 17, 2008 07:30 To: wix-users@lists.sourceforge.net Subject: [WiX-users] Problem with XMLConfig Element (empty xmlns attribute) Hi, When adding a new element to my web.config with XmlConfig I'll