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 another

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 .dbproj) and its

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 pdar...@metaworks.com wrote: Here's what I'm trying to do: I have two solutions - one for my main application and

[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

Re: [WiX-users] Wix and TFS

2008-08-03 Thread Sajid1105
Thanks a lot. I will try it out. Neil Enns wrote: Here's the documentation I mentioned that should show up in the next weekly WiX build: Integrating WiX Projects Into Daily Builds One of the most common reasons for using MSBuild with WiX project files is to integrate the build of an

[WiX-users] Wix and TFS

2008-08-01 Thread Sajid1105
I have a list of wxs files that packages files from a share folder where Team build stages its build result. Currently I am having batch file containing candle and light commands with sharefolder path as a parameter. I want to integrate it with TFS so that each time I schedule a build it creates

Re: [WiX-users] Wix and TFS

2008-08-01 Thread Dmitry Berkovich
Hi, Do you using Wix V3 and Votive? If yes you have 2 options: I) just install WiX on Team Build Server and you can compile solution that have .wixproj project and it will be work. II) If you don't want/can not install Wix on Team Build server write me private email I will explain how you

Re: [WiX-users] Wix and TFS

2008-08-01 Thread Christopher Karper
Yeah, you can do it. You'll have to manually create your tasks and schedule them in each of your project files. That's essentially duplicating what's int he project files for Votive. I would say, even though it's going to be some work, you'd still be better served by building Votive projects

Re: [WiX-users] Wix and TFS

2008-08-01 Thread Neil Enns
Of Sajid1105 [EMAIL PROTECTED] Sent: Thursday, July 31, 2008 11:18 PM To: wix-users@lists.sourceforge.net Subject: [WiX-users] Wix and TFS I have a list of wxs files that packages files from a share folder where Team build stages its build result. Currently I am having batch file containing candle

Re: [WiX-users] Wix and TFS

2008-08-01 Thread Neil Enns
:[EMAIL PROTECTED] On Behalf Of Sajid1105 Sent: Thursday, July 31, 2008 11:18 PM To: wix-users@lists.sourceforge.net Subject: [WiX-users] Wix and TFS I have a list of wxs files that packages files from a share folder where Team build stages its build result. Currently I am having batch file