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, 2013 at 4:27 PM, George Fleming <gef...@microsoft.com>wrote:

> >From Wix documentation page,
> http://wix.sourceforge.net/manual-wix3/daily_builds.htm, it says to
> modify .wixproj file and add following lines:
>
>         <WixToolPath>$(SourceCodeControlRoot)\wix\3.6.3220.0\</WixToolPath>
>         <WixTargetsPath>$(WixToolPath)Wix.targets</WixTargetsPath>
>         <WixTasksPath>$(WixToolPath)wixtasks.dll</WixTasksPath>
>
> I'm using Wix 3.7, and I could not find Wix.targets file in the
> distribution.  It seems that files have been moved recently, as binaries
> are now under a "bin" directory, instead of directly under the installation
> directory.
>
> If I skip defining WixTargetsPath, it defaults to
> $ProgramFiles\MSBuiild\Microsoft\Wix\v3.x\Wix.targets, and builds fine.
>  But I'm not sure if everyone has that path.
>
> So does v3.7 have a Wix.targets file?  What should I set WixTargetsPath to
> in v3.7?
>
>
> ------------------------------------------------------------------------------
> Everyone hates slow websites. So do we.
> Make your web apps faster with AppDynamics
> Download AppDynamics Lite for free today:
> http://p.sf.net/sfu/appdyn_d2d_jan
> _______________________________________________
> WiX-users mailing list
> WiX-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/wix-users
>
>
------------------------------------------------------------------------------
Everyone hates slow websites. So do we.
Make your web apps faster with AppDynamics
Download AppDynamics Lite for free today:
http://p.sf.net/sfu/appdyn_d2d_jan
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to