[WiX-users] XmlConfig insertion location

2014-11-16 Thread Grant Shirreffs
Is there a way to **insert** a new XML element at a particular location using XmlConfig, rather than just adding it? I am using XmlConfig to register a new IIS handler in applicationHost.config. Unfortunately, my code ends up adding the new entry at the end of the handler list, and so the new

[WiX-users] Ordered elements using XmlConfig

2014-11-13 Thread Grant Shirreffs
Is there a way to **insert** a new XML element at a particular location using XmlConfig, rather than just adding it? I am using XmlConfig to register a new IIS handler in applicationHost.config. Unfortunately, my code ends up adding the new entry at the end of the handler list, and so the new