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? With XmlConfig there is a Path and a VerifyPath. The
documentation indicates that it is required for 'delete'. Again an example
syntax would help.

 

Looking at the installation for version 3.0 it seems it is not a trivial
matter to change from 2.0 to 3.0. The libraries have been renamed or
removed. Wix.targets doesn't seem to exists any more. Is there a doc on how
best to migrate .wxs from 2.0 to 3.0?

 

Thank you.

 

Kevin

 

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
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" attribute.



-- 
sig://boB
http://bobs.org
-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to