I recently had lots of fun with Visual Studio 2005.  Installing it, that is.

  • Found the problem in %temp%\vsmsilog*.txt.  The filename is randomly generated, but that mask should cover it.  I had a line like this: MSI (s) (00:4C) [23:19:38:111]: Source is incorrect. Volume label should be VSVSTSD1 but is VSTS_1.
  • When Visual Studio setup is run from removable media (such as a DVD), it expects the volume label to exactly match what is specified in the VolumeLabel column of the Media table in the MSI.  If the media volume label does not match what is listed in the Media table, then setup will prompt you to swap discs.
  • For Visual Studio 2005, the volume label varies depending on where you received your copy of Visual Studio.
    • For MSDN subscriptions, the DVD volume label must be DVD1 for all editions of Visual Studio.
    • For retail/volume versions of Visual Studio 2005, the DVD volume label varies based on what edition of Visual Studio is being installed:
      • Visual Studio 2005 Standard - VSSTDD1
      • Visual Studio 2005 Professional - VSPROD1
      • Visual Studio 2005 Team Edition for Software Architects - VSVSTAD1
      • Visual Studio 2005 Team Edition for Software Testers - VSVSTTD1
      • Visual Studio 2005 Team Edition for Software Developers - VSVSTDD1
      • Visual Studio 2005 Team Suite - VSVSTSD1
    • The standalone applications can use any volume label, since they don't fill a disc.

While the suite installs, go grab SQL 2005 Express, SP2 or newer, if you installed SQL

MSDN Library August 2006 is here

The entertainment continued once I tried to launch it.


 
Comments are closed.