In src/libs/libs_multitarget.proj, copy one of the item groups and change
the condition to something like '$(PlatformToolset)'=='Windows7.1SDK' (and
modify the PlatformToolset property for each project).

Looking at the build file from v3.6, the current documentation seems to
leave out that WiX requires Visual C++ Express (or Visual Studio) along
with the platform SDK.  Should we update the documentation, or add support
for building with just the platform SDK?

Sean

On Fri, Oct 31, 2014 at 10:01 AM, Gilles QUERRET <g.quer...@gmail.com>
wrote:

> Using /p:PlatformToolset=Windows7.1SDK solves this problem. Now getting
> new ones :
> First is about Microsoft.VisualStudio.QualityTools.UnitTestFramework
> assembly which is not found. I will skip unit tests for now
> The second one is LINK : fatal error LNK1181: cannot open input file
> 'dutil.lib' [Z:\Jenkins\workspace\Wix3\src\dtf\Tools\SfxCA\SfxCA.vcxproj].
> I'm stuck on this one...
>
>
>
> Gilles
>
------------------------------------------------------------------------------
_______________________________________________
WiX-devs mailing list
WiX-devs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-devs

Reply via email to