I am trying to manually build the wix toolset 3.7 on a windows 8 machine that has VS2012 installed, but I keep on running into the following error:
error WIXBUILD002: Error the "Microsoft Windows SDK for Windows 7 and .NET Frame 4" or "Visual Studio 2012" must be installer.
According to the wix documentation http://wixtoolset.org/documentation/manual/v3/wixdev/building_wix.html
it should work when the command: msbuild /p:VisualStudioVersion="11.0" is used.
Any help would be greatly appreciated.
EDIT:
By changing the <PlatformSdkInstallPath>
in the WixBuild.props file from 8.0 to 8.0A WIXBUILD002 error is solved. But, now I am get about 72 errors, mostly related to the MSBUILD
error MSB8020: The build tools for Visual Studio 2010
(Platform Toolset = 'v100') cannot be found. To build
using the v100 build tools, either click the project
menu or right-click on the solution, and then select
"Update VC++ Projects..."
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Microsoft SDKs\Windows\v8.0
and check whether this value path actually exists with the Windows SDK files? If so I think I can get more clarity on this. – RinoTom