Re: [WiX-users] how does one get XmlFile to insert literal translations of lt; and gt; entity settings when setting values?

2008-09-24 Thread Robert O'Brien
Switched to util:XmlConfig and inserted a document fragment which did the trick. I included an xml comment, as shown in excerpt below, in document fragment xml but util:XmlConfig stripped the xml comment. Is there a way to keep util:XmlConfig from stripping xml code comment sout of the

Re: [WiX-users] how does one get XmlFile to insert literal translations of lt; and gt; entity settings when setting values?

2008-09-24 Thread Rob Mensching
We're using MSXML so you're seeing it's default behavior. Happy to take suggestions about how to make MSXML behave better. -Original Message- From: Robert O'Brien [mailto:[EMAIL PROTECTED] Sent: Wednesday, September 24, 2008 01:16 To: 'General discussion for Windows Installer XML

[WiX-users] how does one get XmlFile to insert literal translations of lt; and gt; entity settings when setting values?

2008-09-23 Thread Robert O'Brien
Background: - I have a wix souce file with the following XmlFile entry util:XmlFile Id=Service1IServiceGatewayEndpointIdentity File=[#NsService.exe.config]

Re: [WiX-users] how does one get XmlFile to insert literal translations of lt; and gt; entity settings when setting values?

2008-09-23 Thread Rob Mensching
You need to create a new element. Or you can switch to XmlConfig and insert a document fragment. -Original Message- From: Robert O'Brien [mailto:[EMAIL PROTECTED] Sent: Tuesday, September 23, 2008 13:14 To: 'General discussion for Windows Installer XML toolset.' Subject: [WiX-users] how