Re: [WiX-users] Issue with XMLFile in util

2008-06-04 Thread Rob Mensching
to handle all those scenarios correctly. XmlConfig is also a bit more complicated to use. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Pierson Lee Sent: Tuesday, June 03, 2008 13:53 To: wix-users@lists.sourceforge.net Cc: Ryan Perlman Subject: [WiX-users

Re: [WiX-users] Issue with XMLFile in util

2008-06-04 Thread Ryan Perlman
: [WiX-users] Issue with XMLFile in util We are adding customizable XMLs to our web deployments. One of these deployments involve nested V-Dirs under the base IIS site. If we modify the web.config in the main V-Dir it will uninstall fine, but if we modify the config in the nexted V-Dir, then it fails

Re: [WiX-users] Issue with XMLFile in util

2008-06-03 Thread Pierson Lee
EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Pierson Lee Sent: Tuesday, June 03, 2008 13:53 To: wix-users@lists.sourceforge.net Cc: Ryan Perlman Subject: [WiX-users] Issue with XMLFile in util We are adding customizable XMLs to our web deployments. One of these deployments involve nes

Re: [WiX-users] Issue with XMLFile in util

2008-06-03 Thread Rob Mensching
] [mailto:[EMAIL PROTECTED] On Behalf Of Pierson Lee Sent: Tuesday, June 03, 2008 13:53 To: wix-users@lists.sourceforge.net Cc: Ryan Perlman Subject: [WiX-users] Issue with XMLFile in util We are adding customizable XMLs to our web deployments. One of these deployments involve nested V-Dirs under the

[WiX-users] Issue with XMLFile in util

2008-06-03 Thread Pierson Lee
We are adding customizable XMLs to our web deployments. One of these deployments involve nested V-Dirs under the base IIS site. If we modify the web.config in the main V-Dir it will uninstall fine, but if we modify the config in the nexted V-Dir, then it fails to uninstall. After reviewing the