Re: [WiX-users] Does XmlConfig works on DCML format?

2009-08-03 Thread Romeo S.
Hi again, Upon doing some trial and error, I was able to set the value of Object1.log.debug-level=5 by using this XPath: //Object[\[]Name=Object1[\]]/SubObjects/Object[\[]Name=log[\]]/SubObjects/Object[\[]Name=debug-level[\]]/value I wonder if this is the best and easy way to do this? Since I

[WiX-users] Does XmlConfig works on DCML format?

2009-07-31 Thread Romeo S.
Hi, I want to know if XmlConfig or XmlFile works with DCML format of XML? Like: ?xml version=1.0 standalone=no? !DOCTYPE DCML SYSTEM ../DCML.dtd DCML Type=MyType DescriptionDescription 1/Description NameObejct1/Name DescriptionDescription for