>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

Reply via email to