|
From: David Wilkinson on 1 May 2008 11:19 Does anybody know if in VS2005 and/or VS2008 it is possible to install Visual Studio Team System (Development Edition in particular) over Visual Studio Professional? Or do you have to uninstall first? -- David Wilkinson Visual C++ MVP
From: Carl Daniel [VC++ MVP] on 1 May 2008 21:27 David Wilkinson wrote: > Does anybody know if in VS2005 and/or VS2008 it is possible to > install Visual Studio Team System (Development Edition in particular) > over Visual Studio Professional? > > Or do you have to uninstall first? Yes, you can just install over the top. However, if you do, it will make installation of VS service packs take twice as long, since the service pack installer will see both Pro and TS and will patch both of them - even though they're sharing the same files. -cd
From: David Wilkinson on 2 May 2008 11:13 Carl Daniel [VC++ MVP] wrote: > David Wilkinson wrote: >> Does anybody know if in VS2005 and/or VS2008 it is possible to >> install Visual Studio Team System (Development Edition in particular) >> over Visual Studio Professional? >> >> Or do you have to uninstall first? > > Yes, you can just install over the top. > > However, if you do, it will make installation of VS service packs take twice > as long, since the service pack installer will see both Pro and TS and will > patch both of them - even though they're sharing the same files. Carl: Thanks. Would you advise uninstalling first then? Uninstalling these "big" programs always makes me nervous because I don't trust the uninstaller to to a complete job. I don't think I have ever uninstalled Visual Studio on any of my computers. -- David Wilkinson Visual C++ MVP
From: Carl Daniel [VC++ MVP] on 2 May 2008 19:34 David Wilkinson wrote: > Would you advise uninstalling first then? Uninstalling these "big" > programs always makes me nervous because I don't trust the > uninstaller to to a complete job. I don't think I have ever > uninstalled Visual Studio on any of my computers. I'd just install TS over Pro. -cd
From: David Wilkinson on 5 May 2008 09:18 Carl Daniel [VC++ MVP] wrote: > David Wilkinson wrote: >> Would you advise uninstalling first then? Uninstalling these "big" >> programs always makes me nervous because I don't trust the >> uninstaller to to a complete job. I don't think I have ever >> uninstalled Visual Studio on any of my computers. > > I'd just install TS over Pro. Thanks, Carl. -- David Wilkinson Visual C++ MVP
|
Pages: 1 Prev: how to release memory back to os Next: What does "-1.#J" mean? |