How would i set WixToolPath, WixTargetsPath and WiXTasks path from another
proj file (not wixproj)?

Right know i have another project.proj with
<Target Name="AfterBuild">
 <Message Text="$(Version)"/>
<MSBuild Projects="$(WixMsiDir)Desktop.wixproj"
Properties="Version=$(Version)" Targets="Rebuild" />
 </Target>

But would like to set paths to Wix binaries from this proj so that when
it's build from cmd (build server) it uses Wix that i have checked in, and
when i build from studio i use the installed Wix.

Thanks
------------------------------------------------------------------------------
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