Re: [WiX-users] Programmatically edit .wxs files throughCodeDomReader

2010-02-21 Thread Christopher Painter
There are extension methods in System.Xml.Schemas that allow for XSD validation. --- On Sun, 2/21/10, Matt Lynch wrote: > From: Matt Lynch > Subject: Re: [WiX-users] Programmatically edit .wxs files throughCodeDomReader > To: chr...@deploymentengineering.com, "General discussi

Re: [WiX-users] Programmatically edit .wxs files throughCodeDomReader

2010-02-21 Thread Christopher Painter
m: Matt Lynch > Subject: Re: [WiX-users] Programmatically edit .wxs files throughCodeDomReader > To: chr...@deploymentengineering.com, "General discussion for Windows > Installer XML toolset." > Date: Sunday, February 21, 2010, 6:23 PM > Hi Chris, > > I looked at using L

Re: [WiX-users] Programmatically edit .wxs files throughCodeDomReader

2010-02-21 Thread Matt Lynch
M Subject: Re: [WiX-users] Programmatically edit .wxs files throughCodeDomReader I've been using Linq to XML for the last 9 months or so and find it to be heaven for doing this type of stuff. Hopefully I'll be able to share something soon. --- On Thu, 2/11/10, Matt Lynch wrote: > F