I was trying to build the Wix.sln from Wix using the Visual Studio 2012 command prompt. I have typed Path\to\Windows_SDK\bin\dir\sn.exe" -Vr *,36e4ce08b8ecfb17 and after that I opened the project folder and typed "msbuild Wix.sln". Build was started and it gives an error during the build. Error is as follows:
error MSB8020: The builds tools for v110_xp (Platform Toolset = 'v110_xp') cannot be found. To build using the v110_xp build tools, either click
the Project menu or right-click the solution, and then select "Update VC++ Pro
jects...". Install v110_xp to build using the v110_xp build tools. [Desktop\wix-3a144292ea18e0a00c73cf4861a981cf517aa894\src\tools\winter
op\winterop.vcxproj] . Does this mean that I have to install Windows 7 SDK? I need to create an offline installer using WIX and therefore using Windows 7 SDK will not work for me. Please advice.
mayooran99