我正在尝试在安装了 VS2012 的 Windows 8 机器上手动构建 wix 工具集 3.7,但我一直遇到以下错误:
错误 WIXBUILD002:错误“Microsoft Windows SDK for Windows 7 and .NET Frame 4”或“Visual Studio 2012”必须是安装程序。
根据 wix 文档 http://wixtoolset.org/documentation/manual/v3/wixdev/building_wix.html
它应该在使用以下命令时起作用: msbuild /p:VisualStudioVersion="11.0" 。
任何帮助将不胜感激。
编辑:
通过将<PlatformSdkInstallPath>
WixBuild.props 文件中的从 8.0 更改为 8.0A WIXBUILD002 错误得到解决。但是,现在我收到了大约 72 个错误,主要与 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..."