Re: [WiX-users] WixTargetPath and Wix 3.7

2013-01-31 Thread Rob Mensching
Yep, bug in the build of wix37-binaries.zip file. It's missing some of the .targets files that should be in there. You can grab them from the ProgramFilesFolder:\MSBuild\Microsoft\Wix\v3.x\*.targets. Sorry about that. Be great if you could file a bug so we keep track of the issue. On Wed, Jan 30

[WiX-users] WixTargetPath and Wix 3.7

2013-01-30 Thread George Fleming
>From Wix documentation page, >http://wix.sourceforge.net/manual-wix3/daily_builds.htm, it says to modify >.wixproj file and add following lines: $(SourceCodeControlRoot)\wix\3.6.3220.0\ $(WixToolPath)Wix.targets $(WixToolPath)wixtasks.dll I'm using Wix 3.7, and I could