I did find out recently that installing Visual Studio 2003 *after*
installing Visual Studio 2005 can be a little problematic. The biggest
problem I had was finding any documentation about this specifically. I was
unsure whether any of the VS 2003 installation components might overwrite
any of the later, or set up default settings to the older components (such
as the J# Redistributable or MSXML Parser). I still don't know those
answers, but I did find a workaround, for anyone else who might find
themself in the same (admittedly rare) situation:
The biggest problem with the VS 2003 installation is the Prerequisits. In
particular, after installing VS 2005, there is at least one, and possibly 2
(or more?) that may show up: J# Redistributable and the .Net platform 1.1.
The .Net platform 1.1 is a necessity, but can be installed via Windows
Update without having to install all of the Prerequisits. Once that is done,
the only trick left is to get VS 2003 to install without installing any of
the other Prerequisits (in my case, only the J# Redistributable). This can
be accomplished by running the setup program from the Run menu or Command
line, using the argument: /NO_BSLN_CHECK
For example, on my machine here, I ran:
F:\ENGLISH\VS.NET2003 /NO_BSLN_CHECK
This does not check for the prerequisits, and does install Visual Studio
2003.
--
HTH,
Kevin Spencer
Microsoft MVP
Professional Chicken Salad Alchemist
A lifetime is made up of
Lots of short moments.