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

2010-02-20 Thread Christopher Painter
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: > From: Matt Lynch > Subject: [WiX-users] Programmatically edit .w

Re: [WiX-users] Programmatically edit .wxs files through CodeDomReader - hacked & fixed

2010-02-11 Thread Matt Lynch
ect model. What a pain in the ass... Cheers, Matt - Original Message - From: "Matt Lynch" To: "Wix Users" Sent: Thursday, February 11, 2010 5:19 PM Subject: [WiX-users] Programmatically edit .wxs files through CodeDomReader > Hi, > > I'm writing a

[WiX-users] Programmatically edit .wxs files through CodeDomReader

2010-02-10 Thread Matt Lynch
Hi, I'm writing a tool which makes some changes to a wix file based on a set of rules. The basic process is: 1.. Deserialize 2.. Make changes 3.. Serialize I'm using the CodeDomReader class to read the xml into a object model, but I am unable to keep any processing instructions in tact, s