Installing Visual Studio across multiple Operating Systems

Installing Visual Studio across multiple Operating Systems

So I as many people have a copy of Windows 10 installed but I have Windows 7, I prefer Windows 10 over Windows 7 (it runs faster than my Windows 7 install). The problem is that I have a lot of IDE's on Windows 7 for example VS10, VS12, VS13, VS15, PHPStorm, Eclipse, IntelliJ, dotPeek...

Basically a lot of programming tools and resources and here is my Problem each install of Visual Studio is around 8-15GB's each, I don't have the best internet nor the disk space to reinstall them all.

So the question is at hand is it posible to copy registry entries over to Windows 10 and keep the IDE's on my Windows 7 install and use them over on my Windows 10 Install. I find myself having to jump between both Operating Systems and on my Windows 7 drive it takes 20-30 minutes to boot.

In a nutshell: Is it posible to use the Visual Studio on one Operating System and use it on another without having to reinstall it.

答案1

No, this will not work.

Visual Studio's install is not a portable one. It's very much integrated with the operating system where it's installed.

相关内容