Are your build servers 64-bit? -- John Merryweather Cooper Build & Install Engineer -- ESA Jack Henry & Associates, Inc.(r) Shawnee Mission, KS 66227 Office: 913-341-3434 x791011 jocoo...@jackhenry.com www.jackhenry.com
-----Original Message----- From: Tony [mailto:yellowjacketl...@gmail.com] Sent: Friday, October 25, 2013 1:38 PM To: WiX Users Subject: [WiX-users] Can't find wix.targerts during MSBuild's 'clean' operation... My test solution builds fine on my machine (Release/AnyCPU), but on our build server I get this error... Built $/Sandbox-Scrum/TLBBuildSandbox/Code/Installers/HS.Test.Installer/HS.Test.Installer.wixproj for target(s) Clean. C:\Builds\2\Sandbox-Scrum\HS.Test.All\src\Sandbox-Scrum\TLBBuildSandbox\Code\Installers\HS.Test.Installer\HS.Test.Installer.wixproj (52): The imported project "C:\Program Files (x86)\MSBuild\Microsoft\WiX\v3.x\Wix.targets" was not found. Confirm that the path in the <Import> declaration is correct, and that the file exists on disk. I have made these additions to my wixproj file...(at the top right after the "Project" entry) <PropertyGroup> <WixToolPath>$(MSBuildThisFileDirectory)..\..\Dependencies\WiX\3.7\</WixToolPath> <WixTargetsPath>$(WixToolPath)Wix.targets</WixTargetsPath> <WixTasksPath>$(WixToolPath)wixtasks.dll</WixTasksPath> </PropertyGroup> and I have removed the two default entries for WixTargetsPath ...so I'm not quite sure why the clean operation can't find WixTargetsPath. Or for that matter why it is looking for it in "...MSBuild\Microsoft\WiX..." rather than in "...\Dependencies\WiX..." Any ideas? VS2012, TFS2012, WiX 3.7 -- Tony ------------------------------------------------------------------------------ October Webinars: Code for Performance Free Intel webinars can help you accelerate application performance. Explore tips for MPI, OpenMP, advanced profiling, and more. Get the most from the latest Intel processors and coprocessors. See abstracts and register > http://pubads.g.doubleclick.net/gampad/clk?id=60135991&iu=/4140/ostg.clktrk _______________________________________________ WiX-users mailing list WiX-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/wix-users NOTICE: This electronic mail message and any files transmitted with it are intended exclusively for the individual or entity to which it is addressed. The message, together with any attachment, may contain confidential and/or privileged information. Any unauthorized review, use, printing, saving, copying, disclosure or distribution is strictly prohibited. If you have received this message in error, please immediately advise the sender by reply email and delete all copies. ------------------------------------------------------------------------------ October Webinars: Code for Performance Free Intel webinars can help you accelerate application performance. Explore tips for MPI, OpenMP, advanced profiling, and more. Get the most from the latest Intel processors and coprocessors. See abstracts and register > http://pubads.g.doubleclick.net/gampad/clk?id=60135991&iu=/4140/ostg.clktrk _______________________________________________ WiX-users mailing list WiX-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/wix-users