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

Reply via email to