As the author of Paraffin I must warn you that running Paraffin as part of your 
build will potentially cause problems with component GUIDs and minor updates. 
(I'm required to say that because if you screw up future upgrades, don't blame 
me).

Anyway, TFS Build and the OutputDir problem is well known, though for web 
applications it's kind of nice that a build only includes what you need on the 
web server. Jason Stangroome has written about an approach to fix the problem 
with TFS 2012 Build: 
http://blog.codeassassin.com/2012/05/10/override-the-tfs-team-build-outdir-property-net-4-5/.

Hope it helps!

John
Co-founder - Wintellect<http://www.wintellect.com>
@JohnWintellect<https://twitter.com/#!/JohnWintellect> | 
Blog<http://www.wintellect.com/CS/Blogs/jrobbins/default.aspx>
+1-206-321-7341

On Oct 30, 2012, at 8:13 PM, David Gardiner 
<da...@gardiner.net.au<mailto:da...@gardiner.net.au>> wrote:

(question also posted to
http://stackoverflow.com/questions/13133387/using-paraffin-with-tfs)

I have a solution that has a number of Wix projects that I'd like to use
Paraffin for maintaining the list of included files.

>From what I understand, you'd normally point Paraffin at the various bin
folders to collect all the files.

When TFS builds a solution, it overrides the OutDir/OutputPath msbuild
property, which results in all the build outputs going to a common Binaries
directory, rather than each project's bin folder.

So how do people use Paraffin in this scenario?

-david
------------------------------------------------------------------------------
Everyone hates slow websites. So do we.
Make your web apps faster with AppDynamics
Download AppDynamics Lite for free today:
http://p.sf.net/sfu/appdyn_sfd2d_oct
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


------------------------------------------------------------------------------
Everyone hates slow websites. So do we.
Make your web apps faster with AppDynamics
Download AppDynamics Lite for free today:
http://p.sf.net/sfu/appdyn_sfd2d_oct
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to