Thoughts about setup and deployment issues, WiX, XNA, the .NET Framework and Visual Studio
All postings are provided AS IS with no warranties, and confer no rights. Additionally, views expressed herein are my own and not those of my employer, Microsoft.
A while back, I wrote a blog post describing how to extract the contents of the XNA Game Studio 2.0, 3.0 and 3.1 setup packages and install the components manually in case the normal installation process fails. I just went back and updated that blog post to also list the steps for extracting and manually installing XNA Game Studio 4.0.
I’ve gone back and forth about whether or not to update this type of older blog posts in place as new product versions are released or post new ones. In this case, I decided to update the existing post since I can then have a single location to point people to for all versions of XNA Game Studio. However, I also wanted to post a new item about this to help improve visibility since I’m not sure how often folks go back and look at older content.
Here is a copy of the steps I added for XNA Game Studio 4.0. Note - for the instructions below, if you are running a 64-bit version of Windows, you will need to use %programfiles(x86)% instead of %programfiles% for the installation paths.
Please refer to the previous post for instructions for all versions of XNA Game Studio.
To manually install XNA Game Studio 4.0
Note: This MSI will only display a small progress bar while it is installing and will not tell you when it is done. When the progress bar disappears, continue to the next step.
<update date="11/8/2010"> Added a note about the %programfiles(x86)% path on 64-bit versions of Windows. </update>
<update date="11/21/2011"> Removed an incorrect step from the list. </update>
This really helps me to install XNA Game studio to Win 8
Hi Andrei Danilchenko - I have another post that might help with issues specific to Windows 8. I encourage you to check out the post at blogs.msdn.com/.../10274694.aspx too.
Most useful information, I'd gotten to the stage of having the extracted files, but wasn't sure where to go next. Thanks very much.
This really helps me to install XNA Game studio. Big thanks.
I can't install XNALiveRedistribute nor XNALiveProxy. Are those essential to our installment? I can use XNA fine, but I just can't install those two MSIs
Hi Brandon - Those components are needed if you plan to integrate Xbox LIVE multiplayer functionality in a Windows game. In order to solve that problem, it might help to try to install the latest version of the Games for Windows LIVE Redistributable from www.xbox.com/.../DownloadClient, then try again to install the XnaLiveProxy component.