Set location of binaries in wixproj file
问题 I am using Wix 3.9 and when I run a continuous integration build in TFS I get an error heat.exe: The directory could not be found because TFS is putting binaries in a different location to my local machine, so the project will build locally but not on TFS. In my wixproj file I have a location set for the binaries which works locally Dir=$(SolutionDir)\ProjectName\bin\$(Configuration) . Is there anything I can set this to which will find the binaries both on my local machine and TFS? I am