Richard G Baldwin (512) 223-4758, NRG Room 4238, Baldwin@DickBaldwin.com, http://www.austincc.edu/baldwin/

GAME1343 Game and Simulation Programming I

This material applies to classroom sections and Distance Learning sections taught by Professor Baldwin.

Instructions for Downloading and Installing Microsoft XNA Game Studio 4.0 Refresh

Summer 2016

Revised: 05/03/16

Table of contents

Preface

I typically teach this course once each year in the Summer session via Distance Learning. For the past several years, students have reported that it has become increasingly difficult to find and download the necessary Microsoft software for the course. In preparation for the Summer 2016 session, I decided to do the following:

Software upgrade

I also decided to upgrade from XNA 4.0 to a newer product named Microsoft XNA Game Studio 4.0 Refresh. Here is what Microsoft has to say about the newer product:

Microsoft XNA Game Studio 4.0 Refresh updates XNA Game Studio 4.0 to fix bugs and add support for developing games that target Windows Phone OS 7.1 and developing games in Visual Basic.

XNA installation instructions

Microsoft's installation instructions for the new software read as follows:

  1. Install Microsoft Visual Studio 2010.
  2. Obtain the latest updates for Visual Studio from Microsoft Update.
  3. Download and run the Microsoft XNA Game Studio 4.0 Refresh installer.
  4. Follow the setup instructions.

As you can see from the installation instructions, Microsoft Visual Studio 2010 is required. This has been a big part of the student's problems in downloading and installing the software in previous semesters.

However, a different page indicates that Microsoft Visual C# 2010 Express Edition will suffice in place of Microsoft Visual Studio 2010. That page reads as follows:

XNA Game Studio 4.0 Refresh works with any of the following Microsoft Visual Studio 2010 products.

I will have more to say about this later.

Cleaning off the old software

I began by using the software removal procedures in the Control Panel to remove three different Microsoft XNA items and one item titled Microsoft Visual C# 2010 Express - ENU. At that point, my computer had no XNA capability and no Visual C# capability.

Downloading Microsoft Visual C# 2010 Express Edition

A big part of the student's problems in previous semesters has been the difficulty of finding and downloading Microsoft Visual C# 2010 Express Edition. The only way that I have found to download it is by clicking the following link: Visual Studio 2010 Express All-in-One ISO and saving the file named VS2010Express1.iso that is downloaded.

This file not only contains Microsoft Visual C# 2010 Express Edition, it also contains the express editions for several other languages as well. However, it is not an installable product at this point.

Preparing the ISO file for software installation

There is more than one way to install the software in the ISO file. You might benefit by doing some online research into how to install the software in an ISO file. Here is how I did it with Windows 7:

  1. Insert a blank DVD in the DVD burner. (A blank CD would probably also work but I didn't have one.)
  2. Right-click on the ISO file.
  3. Select Open With...
  4. Select Windows Disk Image Burner
  5. Follow the disk burning instructions.
  6. Remove the DVD from the burner when complete and label it Visual Studio 2010 Express or something similar.

The resulting DVD contains an installable version of Visual Studio 2010 Express, which in turn contains Visual C# 2010 Express and some other programs as well.

Installing Microsoft Visual C# 2010 Express Edition

Insert the DVD in the DVD reader and select Setup.hta. You should then be given a choice as to which of the express edition programs you want to install.

Select Visual C# and follow the installation instructions.

When the installation is complete, you should be able to see Microsoft Visual C# 2010 Express if you open the Start menu and enter 2010 in the search box.

At this point, you can run the program, open the Help menu, and select Check for Updates to satisfy the second item under XNA installation instructions.

Downloading and installing XNA 4.0 Refresh

This is the easy part. Click here to visit a page where you can download the setup file named XNAGS40_setup.exe for Microsoft XNA Game Studio 4.0 Refresh. Download, save, double click the file, and follow instructions to install the software.

When the installation is complete, XNA should be merged with Visual C# and you should be able to begin creating the programs for the course at XNA Game Studio.

I have confirmed that all of the assignment and sample program for this course, which were originally written using XNA 4.0 execute properly under XNA 4.0 Refresh.

-end-

File: GAME1343DownloadInstallXna