可以并排安装同一版本的Visual Studio的多个套件吗?

可以并排安装同一版本的Visual Studio的多个套件吗?

问题描述:

我想知道是否可以在同一台计算机上安装Visual Studio 2008 Pro和Visual Studio 2008标准.我尝试在Express之后安装Pro(MSDN上的试用版),并且似乎要求将它们安装在同一目录中.这是特定于速成版吗?

I would like to know if I can install say Visual Studio 2008 Pro and Visual Studio 2008 standard on the same machine. I have tried to install the pro (trial edition available on MSDN) after the express, and it seems to require them to be installed in the same directory. Is this specific to the express edition ?

我之所以要求这样做,是为了支持在给定机器上自动检测VS编译器的构建工具(scons),而我对VS的非快速版本并不那么熟悉. IOW,我不想并排运行它们,我只需要知道在检测方案中是否应该并排安装即可.

The reason why I am asking this is to support automatic detection of VS compilers on a given machine for a build tool (scons), and I am not so familiar with non express versions of VS. IOW, I don't want to run them side by side, I only need to know if I should handle side by side installation in my detection scheme.

我不建议并行安装同一版本的多个版本.我可以想象它会对注册表造成严重破坏.如果您只需要提供所有不同的版本来进行测试,则可以使用VM.

I wouldn't recommend installing multiple editions of the same version side-by-side. I can imagine it playing havoc with the registry. If you just need to have all the different editions available for testing, I'd use VMs.

但是,您可以并行安装多个版本(例如2003、2005和2008).

You can, however, install multiple editions (e.g. 2003, 2005 and 2008) side-by-side.