Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    text
    copied!<h1>UPDATE: March 3, 2014</h1> <p>Use the download for VS2012 and VS2013 at this link: <a href="https://msxna.codeplex.com/releases" rel="noreferrer">https://msxna.codeplex.com/releases</a>. I have no idea of the legality on that project (the developers seem to have decompiled XNA), but it did help me ease the pain of needing VS2010 in order to utilize the content pipeline.</p> <h1>Old Answer</h1> <p>See: <a href="http://blogs.msdn.com/b/astebner/archive/2012/02/29/10274694.aspx" rel="noreferrer">How to work around a possible XNA Game Studio or Windows Phone SDK install failure on Windows 8</a></p> <blockquote> <h3>How to work around this issue</h3> <p>If you run into this issue, here are steps that you can use to work around it:</p> <ul> <li>Download and install the latest version of the Games for Windows – LIVE Redistributable from <a href="http://www.xbox.com/en-US/LIVE/PC/DownloadClient" rel="noreferrer">http://www.xbox.com/en-US/LIVE/PC/DownloadClient</a></li> <li>If you are installing the Windows Phone SDK 7.1, re-run setup and choose to repair it. This will re-run the previously failing XNA Game Studio installers and they should install correctly this time.</li> <li>If you are install a standalone XNA Game Studio product, re-run setup and it should install correctly this time.</li> <li>If you are planning to do Windows Phone development, you should also install the Windows Phone SDK 7.1.1 Update after installing the Windows Phone SDK 7.1. This update fixes an issue that prevents the emulator in the Windows Phone SDK 7.1 from working correctly on Windows 8.</li> </ul> </blockquote> <blockquote> <h3>What to do if the workaround doesn’t help</h3> <p>If you have tried the above steps and setup still fails, you are running into a different issue than the one described above, and you will have to look at the setup log files to determine the root cause.</p> <p>If you are installing the Windows Phone SDK 7.1, you can use the log collection tool to gather your setup log files. This log collection tool will create a file named %temp%\vslogs.cab.</p> <p>If you are installing XNA Game Studio, you can find log files at the following locations:</p> <ul> <li>XNA Game Studio 4.0 Refresh - %temp%\XNA Game Studio 4.0 Setup\Logs</li> <li>XNA Game Studio 4.0 - %temp%\XNA Game Studio 4.0 Setup\Logs</li> <li>XNA Game Studio 3.1 - %temp%\XNA Game Studio 3.1 Setup\Logs</li> <li>XNA Game Studio 3.0 - %temp%\XNA Game Studio 3.0 Setup\Logs</li> <li>XNA Game Studio 2.0 - %ProgramFiles%\Microsoft XNA\XNA Game Studio\v2.0\Setup\Logs</li> </ul> </blockquote> <blockquote> <h3>What is causing this failure behind the scenes</h3> <p>XNA Game Studio installs a version of the Games for Windows – LIVE Redistributable behind the scenes. Some older versions of the Games for Windows – LIVE Redistributable attempt to install and use a file that is being installed by Windows 8, and the older versions of the redistributable are not compatible with the newer version of the file that is installed by Windows 8. Newer versions of the Games for Windows – LIVE Redistributable are compatible with Windows 8, and if you pre-install the new redistributable before installing XNA Game Studio, setup will recognize that it is already there and use the new version instead of trying to install the old version.</p> </blockquote>
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload