Reputation: 10100
I'm working as a consultant and I have Visual Studio 2010 Professionel installed, but I'm about to do some work that requires me to have Visual Studio 2010 Ultimate installed, which my client will provide me with. But I need to use the Professionel version for other projects while having the Ultimate version installed. (I can't use the Ultimate version for my other projects due to legal issues) Is it possible to have 2 different SKU's installed side by side without them interfering with eachother? If not, I guess I could install VS Ultimate on a VM, but I would prefer if it was possible to have them installed side by side.
Upvotes: 1
Views: 223
Reputation: 499042
Different SKUs of the same version of Visual Studio (ie. 2008, 2010 etc...) cannot be installed side by side.
Your best way forward is to use a VM.
Upvotes: 1
Reputation: 9613
Can you use virtualization? Create a virtual image on your machine with your preferred OS, and then install VS on that VM?
So simple, and at the end of the project, dump or archive the VM.
Upvotes: 0