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..."