Bullseye :) -----Original Message----- From: Christian McArdle [mailto:cmcar...@sdl.com] Sent: Friday, March 26, 2010 4:23 PM To: wix-users@lists.sourceforge.net Subject: Re: [WiX-users] Problem using Wix3 in TFS Build.
> Note that the output path is correctly redirected by TFS Build. However, > the <LinkerAdditionalOptions> expands $(OutputPath) to mean > $(SolutionDir)$(Configuration) and not the new value for $(OutputPath) > provided by TFS Build. Apparently, I needed to use $(OutDir) instead of $(OutputPath). The problem when I tried this before was that $(OutDir) is not actually defined. By adding a line <OutDir>$(OutputPath)</OutDir> just after the definition of <OutputPath> in the wixproj, I was able to use $(OutDir) and it is correctly overridden by TFS Build. Christian McArdle | Senior Developer | SDL | Language Technologies Division | (t) +44 (0)1628 410140 | (m) +44 (0) 78111 433688 </pre> <BR style="font-size:4px;"> <a href = "http://www.sdl.com"><img src="http://www.sdl.com/images/email logo_150dpi-01.png" alt="www.sdl.com" border="0"/></a> <BR> <font face="arial" size="2" "><a href = "http://www.sdl.com" style="color:005740; font-weight: bold">www.sdl.com</a> <BR> <BR> <font face="arial" size="1" color="#736F6E"> <b>SDL PLC confidential, all rights reserved.</b> If you are not the intended recipient of this mail SDL requests and requires that you delete it without acting upon or copying any of its contents, and we further request that you advise us.<BR> SDL PLC is a public limited company registered in England and Wales. Registered number: 02675207.<BR> Registered address: Globe House, Clivemont Road, Maidenhead, Berkshire SL6 7DY, UK. </font> ------------------------------------------------------------------------------ Download Intel® Parallel Studio Eval Try the new software tools for yourself. Speed compiling, find bugs proactively, and fine-tune applications for parallel performance. See why Intel Parallel Studio got high marks during beta. http://p.sf.net/sfu/intel-sw-dev _______________________________________________ WiX-users mailing list WiX-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/wix-users ======= Notice: This e-mail message, together with any attachments, contains information of Symyx Technologies, Inc. or any of its affiliates or subsidiaries that may be confidential, proprietary, copyrighted, privileged and/or protected work product, and is meant solely for the intended recipient. If you are not the intended recipient, and have received this message in error, please contact the sender immediately, permanently delete the original and any copies of this email and any attachments thereto. ------------------------------------------------------------------------------ Download Intel® Parallel Studio Eval Try the new software tools for yourself. Speed compiling, find bugs proactively, and fine-tune applications for parallel performance. See why Intel Parallel Studio got high marks during beta. http://p.sf.net/sfu/intel-sw-dev _______________________________________________ WiX-users mailing list WiX-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/wix-users