Re: [WiX-users] WiX and TFS Build

2010-05-16 Thread John H. Bergman (XPedient Technologies)
. -Original Message- From: pmdarrow [mailto:pdar...@metaworks.com] Sent: Friday, May 07, 2010 8:28 AM To: wix-users@lists.sourceforge.net Subject: [WiX-users] WiX and TFS Build Here's what I'm trying to do: I have two solutions - one for my main application and its associated projects and a

Re: [WiX-users] WiX and TFS Build

2010-05-11 Thread Michael Clark
[mailto:pdar...@metaworks.com] Sent: Friday, May 07, 2010 9:28 AM To: wix-users@lists.sourceforge.net Subject: [WiX-users] WiX and TFS Build Here's what I'm trying to do: I have two solutions - one for my main application and its associated projects and another for my database (VS .dbpro

Re: [WiX-users] WiX and TFS Build

2010-05-10 Thread pmdarrow
The project variable approach (i.e. $(var.ProjectName.TargetDir) only seems to work if the projects are in the same solution. I have two solutions, the installer project in one and the DB project in the other. I've come up with a workaround by making a special case for the build server, but I was

Re: [WiX-users] WiX and TFS Build

2010-05-09 Thread Rob Mensching
If you install the WiX toolset on the build machine, I believe you can use the built in project variables to reference the other projects. On Fri, May 7, 2010 at 6:27 AM, pmdarrow wrote: > > Here's what I'm trying to do: I have two solutions - one for my main > application and its associated pro

[WiX-users] WiX and TFS Build

2010-05-07 Thread pmdarrow
Here's what I'm trying to do: I have two solutions - one for my main application and its associated projects and another for my database (VS .dbproj) and its associated projects. What I'd like to do is include the output from the database project (a .dbschema and some SQL scripts) in my installer