On 3/8/2010 5:43 PM, Stryder Crown wrote: > When a reference to a VS project that outputs binaries (.csproj) is > added to a wix MSI project, Votive is automatically harvesting and > generating an additional .wxs file every time when I go to build my > MSI project (not only when adding the reference).
Feature, technically. There's a Harvest property on the project that's set to True by default. In pure MSBuild, it's DoNotHarvest (and unset by default). -- sig://boB http://joyofsetup.com/ ------------------------------------------------------------------------------ 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-devs mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/wix-devs
