Re: [WiX-users] util:XmlFile, conditionally set value

2009-10-27 Thread Blair
Put it in its own component. >From there, mark the component transitive or not as is appropriate, etc. -Original Message- From: Scott Vickery [mailto:svick...@cavucorp.com] Sent: Tuesday, October 27, 2009 11:32 AM To: wix-users@lists.sourceforge.net Subject: [Wi

Re: [WiX-users] util:XmlFile, conditionally set value

2009-10-27 Thread Alexander Shevchuk (Volt)
Hi Scott, If this condition does not apply to a component which installs Web.config file, put in separate and apply condition to it: Basically, is a child of and does not have children of its own: http://wix.sourceforge.net/manual-wix2/wix_xsd_component.htm - Component http://wix.so