Tagged Questions
3
votes
1answer
2k views
How do I use Team Build Properties in MSBuild?
I have a simple tfs-2010 build definition using the default process template. In it I defined the Build Number Format using $(BuildID) to define part of the computed field. This works and I can see ...
1
vote
1answer
89 views
WiX Repeat Dynamic Configurable Build?
I have a .wixproj in VS 2010 that makes a MSI just the way I need it (using heat for harvesting in the pre build event). Now I need to distribute 3 versions of the same thing, that only need to differ ...
2
votes
1answer
600 views
“Elegant” CruiseControl.Net and WiX integration
I am trying to integrate the automatic generation of MSI installers with my CruiseControl.Net installation. I can see how I can manually build an MSBuild file that calls candle and then light, but I ...
7
votes
3answers
4k views
Best way to create a wix fragment file based on User-defined directories to be used in MSBUILD
In the spirit of this question by Si here: http://stackoverflow.com/questions/471424/wix-tricks-and-best-practices. I am trying to determine the best way to get create wix fragments based on a ...