[WiX-users] [SPAM] unsubscribe

2010-04-21 Thread Matt Lynch
-- ___ WiX-users mailing list WiX-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/wix-users

Re: [WiX-users] How to select between SQL Authentication andIntegrated Authentication during the install of the msi?

2010-02-23 Thread Matt Lynch
+1 - I did it this way too, but with a single home grown custom action which decides which properties to set. My custom action uses ConnectionStringBuilder to construct a nice conn string which the installer can use. I'm supporting a bunch of other db types and this method seemed to be the be

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

Re: [WiX-users] Preprocessor

2010-02-11 Thread Matt Lynch
Could you try a custom preprocessor extension? - Original Message - From: "John Nannenga" To: "General discussion for Windows Installer XML toolset." Sent: Friday, February 12, 2010 4:10 AM Subject: [WiX-users] Preprocessor I think this is kind of odd: > > > > > > > > >

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

Re: [WiX-users] Embedded Chainer

2010-02-09 Thread Matt Lynch
ock.org > Moscow|Geneva|Seattle|New York > > > > -Original Message- > From: Matt Lynch [mailto:m...@bonafidesoftware.com] > Sent: Tuesday, February 09, 2010 2:15 AM > To: General discussion for Windows Installer XML toolset. > Subject: [WiX-users] Embedded Chainer > &g

[WiX-users] Embedded Chainer

2010-02-08 Thread Matt Lynch
Hi everyone, I'm investigating the use of a embedded chainer for a application I'm building, but I haven't been able to find much information about them. Is there any sample code around for one of these guys? Preferably in C# or a managed language - my C++ is rusty. Thanks in advance... M