Yes, Team Foundation Server.

Here is a link.  http://www.andrewconnell.com/blog/archive/2006/08/29/4078.aspx

It's a little old, but there is a way to do the same type of thing for Wix.  
What I did was create a wix include file that has this in it

<?xml version="1.0" encoding="utf-8"?>
<!-- Note that this file will be overridden by the build server. -->
<Include>
  <?define MajorVersion       = "1" ?>
  <?define MinorVersion       = "88" ?>
  <?define BuildNumber        = "139" ?>
  <?define Revision           = "6442" ?>
  <?define FullVersion        = "1.88.139.6442" ?>
  <!--WiX Installer Versions are Major.Minor.Revision -->
</Include>

And then used the technique outlined in the article to update the .wxi file.


-----Original Message-----
From: Sean Leonard [mailto:lists+sourcefo...@seantek.com] 
Sent: Thursday, May 19, 2011 4:25 PM
To: wix-users@lists.sourceforge.net
Subject: Re: [WiX-users] Developer with WiX experience needed; proper 
incremental build support

Sorry, but what is TFS? Are you referring to Team Foundation Server? If so, 
then no, we do not use that.

-Sean

On 5/19/2011 1:46 PM, John Bergman wrote:
> Are you using TFS?
>
> -----Original Message-----
> From: Castro, Edwin G. (Hillsboro) [mailto:edwin.cas...@fiserv.com]
> Sent: Thursday, May 19, 2011 10:50 AM
> To: General discussion for Windows Installer XML toolset.
> Subject: Re: [WiX-users] Developer with WiX experience needed; proper 
> incremental build support
>
> This much less a WiX issue and more of a MSBuild issue as that's what is used 
> to perform a build in Visual Studio 2010.
>
> MSBuild has the concept of Target Inputs and Outputs which it uses to 
> determine whether a target need to be executed in incremental build scenarios.
>
> The wix2010.targets file imported by your .wixproj project will need to be 
> customized to make this work as you expect. The changes will likely need to 
> completely replace some of the targets defined in wix2010.targets with 
> versions that make use of Target Inputs and Outputs in a fashion that is 
> consistent with your expectations.
>
> Edwin G. Castro
> Software Developer - Staff
> Digital Channels
> Fiserv
> Office: 503-746-0643
> Fax: 503-617-0291
> www.fiserv.com
> P Please consider the environment before printing this e-mail
>


------------------------------------------------------------------------------
What Every C/C++ and Fortran developer Should Know!
Read this article and learn how Intel has extended the reach of its 
next-generation tools to help Windows* and Linux* C/C++ and Fortran developers 
boost performance applications - including clusters. 
http://p.sf.net/sfu/intel-dev2devmay
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

------------------------------------------------------------------------------
What Every C/C++ and Fortran developer Should Know!
Read this article and learn how Intel has extended the reach of its 
next-generation tools to help Windows* and Linux* C/C++ and Fortran 
developers boost performance applications - including clusters. 
http://p.sf.net/sfu/intel-dev2devmay
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to