Re: [WiX-users] Remove a section using XmlFile

2007-04-24 Thread Bob Arnson
[EMAIL PROTECTED] wrote: If the VerifyPath is relative to the ElementPath and the action is delete wouldn't VerifyPath always be blank? Yet the documentation indicates that it is required. Yes, it's not relative. It identifies a node that must exist for the deletion to occur. Usually,

Re: [WiX-users] Remove a section using XmlFile

2007-04-23 Thread Kevin Burton
2003. All rights reserved. BsiServices.wxs From: Bob Arnson [mailto:[EMAIL PROTECTED] Sent: Sunday, April 22, 2007 9:11 PM To: Kevin Burton Cc: 'Rob Mensching'; wix-users@lists.sourceforge.net Subject: Re: [WiX-users] Remove a section using XmlFile Kevin Burton wrote: OutputFile

Re: [WiX-users] Remove a section using XmlFile

2007-04-23 Thread Kevin Burton
repercussions. From: Bob Arnson [mailto:[EMAIL PROTECTED] Sent: Sunday, April 22, 2007 9:11 PM To: Kevin Burton Cc: 'Rob Mensching'; wix-users@lists.sourceforge.net Subject: Re: [WiX-users] Remove a section using XmlFile Kevin Burton wrote: OutputFile=!-- Example, obj\Debug\MySetup.wixobj

Re: [WiX-users] Remove a section using XmlFile

2007-04-23 Thread Kevin Burton
. Kevin From: Bob Arnson [mailto:[EMAIL PROTECTED] Sent: Sunday, April 22, 2007 9:11 PM To: Kevin Burton Cc: 'Rob Mensching'; wix-users@lists.sourceforge.net Subject: Re: [WiX-users] Remove a section using XmlFile Kevin Burton wrote: OutputFile=!-- Example, obj\Debug\MySetup.wixobj

Re: [WiX-users] Remove a section using XmlFile

2007-04-23 Thread Simon Dahlbacka
:[EMAIL PROTECTED] *Sent:* Sunday, April 22, 2007 9:11 PM *To:* Kevin Burton *Cc:* 'Rob Mensching'; wix-users@lists.sourceforge.net *Subject:* Re: [WiX-users] Remove a section using XmlFile Kevin Burton wrote: OutputFile=!-- Example, obj\Debug\MySetup.wixobj -- @(Compile-gt;'..\PACKAGE

Re: [WiX-users] Remove a section using XmlFile[Scanned]

2007-04-23 Thread Thomas Leigh
Subject: Re: [WiX-users] Remove a section using XmlFile[Scanned] Nb. I don't actually know anything about xmlconfig, just pointing out things that seemed strange 1) is the configuration *still* called app.config and not foo.exe.config? 2) delete on install seems strange /Simon On 4/23/07

Re: [WiX-users] Remove a section using XmlFile

2007-04-23 Thread John Vottero
In the ElementPath, you misspelled diagnostics. On 4/23/07, Kevin Burton [EMAIL PROTECTED] wrote: My XmlConfig does not seem to work. It doesn't delete the section or the whole node. I don't get a warning or an error. Just what was supposed to be deleted is not. This is the XmlConfig line

Re: [WiX-users] Remove a section using XmlFile[Scanned]

2007-04-23 Thread Kevin Burton
] On Behalf Of Thomas Leigh Sent: Monday, April 23, 2007 11:04 AM To: wix-users@lists.sourceforge.net Subject: Re: [WiX-users] Remove a section using XmlFile[Scanned] I'm sure this isn't your problem but. Shouldn't the ElementPath value have an A in it (system.diagnostics) From: [EMAIL PROTECTED

Re: [WiX-users] Remove a section using XmlFile

2007-04-23 Thread Kevin Burton
From: Kevin Burton [mailto:[EMAIL PROTECTED] Sent: Monday, April 23, 2007 10:25 AM To: 'Bob Arnson' Cc: 'Rob Mensching'; 'wix-users@lists.sourceforge.net' Subject: RE: [WiX-users] Remove a section using XmlFile My XmlConfig does not seem to work. It doesn't delete the section or the whole node. I

Re: [WiX-users] Remove a section using XmlFile

2007-04-22 Thread Rob Mensching
Sent: Saturday, April 21, 2007 10:00 PM To: 'Bob Arnson' Cc: wix-users@lists.sourceforge.net Subject: Re: [WiX-users] Remove a section using XmlFile I am using Wix 2.0 4820 which is I believe the latest. XmlConfig is not listed in the documentation (.chm). From: Bob Arnson [mailto:[EMAIL PROTECTED

Re: [WiX-users] Remove a section using XmlFile

2007-04-22 Thread Bob Arnson
Kevin Burton wrote: OutputFile=!-- Example, obj\Debug\MySetup.wixobj -- @(Compile-gt;'..\PACKAGE\WiX_Temp\Release\%(Filename).wixobj') There's a difference in either your project file or the WiX MSBuild project. I've never used the WiX v2 MSBuild support so I can't

[WiX-users] Remove a section using XmlFile

2007-04-21 Thread Kevin Burton
I am trying to remove complete section using the XmlFile task. Under configuration there is a system.diagnostics section. I want to completely remove it. This doesn't work: XmlFile Id=ExeConfig15 File=[ServiceBinFolder]xxx.config Action=setValue Name=system.diagnostics

Re: [WiX-users] Remove a section using XmlFile

2007-04-21 Thread Bob Arnson
Kevin Burton wrote: I am trying to remove complete section using the XmlFile task. Under configuration there is a system.diagnostics section. I want to completely remove it. I don't know if XmlFile supports it, but the newer XmlConfig action does, with an explicit Action=delete

Re: [WiX-users] Remove a section using XmlFile

2007-04-21 Thread Kevin Burton
From: Bob Arnson [mailto:[EMAIL PROTECTED] Sent: Saturday, April 21, 2007 12:19 PM To: Kevin Burton Cc: wix-users@lists.sourceforge.net Subject: Re: [WiX-users] Remove a section using XmlFile Kevin Burton wrote: I am trying to remove complete section using the XmlFile task. Under

Re: [WiX-users] Remove a section using XmlFile

2007-04-21 Thread Kevin Burton
-users] Remove a section using XmlFile Kevin Burton wrote: I am trying to remove complete section using the XmlFile task. Under configuration there is a system.diagnostics section. I want to completely remove it. I don't know if XmlFile supports it, but the newer XmlConfig action does

Re: [WiX-users] Remove a section using XmlFile

2007-04-21 Thread Bob Arnson
Kevin Burton wrote: Do you know the syntax of XmlConfig? I am using Wix 2.0 I don't find XmlConfig in the documentation I must need to upgrade to the unstable verstion 3.0. Correct? No. XmlConfig was back-ported to v2. You might need to upgrade your build of v2. With XmlConfig there is

Re: [WiX-users] Remove a section using XmlFile

2007-04-21 Thread Kevin Burton
I am using Wix 2.0 4820 which is I believe the latest. XmlConfig is not listed in the documentation (.chm). From: Bob Arnson [mailto:[EMAIL PROTECTED] Sent: Saturday, April 21, 2007 2:14 PM To: Kevin Burton Cc: wix-users@lists.sourceforge.net Subject: Re: [WiX-users] Remove a section using