Can Delphi 2009 be installed on the same machine as Delphi 2006 or Delphi 2007? - Stack Overflow most recent 30 from stackoverflow.com 2009-11-26T00:36:50Z http://stackoverflow.com/feeds/question/139844 http://www.creativecommons.org/licenses/by-nc/2.5/rdf http://stackoverflow.com/questions/139844/can-delphi-2009-be-installed-on-the-same-machine-as-delphi-2006-or-delphi-2007 9 Can Delphi 2009 be installed on the same machine as Delphi 2006 or Delphi 2007? Steve 2008-09-26T14:23:30Z 2009-10-20T14:02:42Z <p>Is there any conflict?</p> http://stackoverflow.com/questions/139844/can-delphi-2009-be-installed-on-the-same-machine-as-delphi-2006-or-delphi-2007/139861#139861 1 Answer by Daok for Can Delphi 2009 be installed on the same machine as Delphi 2006 or Delphi 2007? Daok 2008-09-26T14:25:43Z 2008-09-26T14:25:43Z <p>Should not conflict.</p> http://stackoverflow.com/questions/139844/can-delphi-2009-be-installed-on-the-same-machine-as-delphi-2006-or-delphi-2007/139864#139864 1 Answer by JosephStyons for Can Delphi 2009 be installed on the same machine as Delphi 2006 or Delphi 2007? JosephStyons 2008-09-26T14:26:11Z 2008-09-26T14:26:11Z <p>I did D2007 on the same machine as D2006 with absolutely no problems (I was shocked, actually). </p> <p>I haven't tried D2009 yet, but it should be ok.</p> <p><a href="http://sourceitsoftware.blogspot.com/2008/09/delphi-2009-good-test-of-my-backup.html" rel="nofollow">This guy had problems though.</a> Hopefully his issues were due to the custom setup he describes in that article.</p> http://stackoverflow.com/questions/139844/can-delphi-2009-be-installed-on-the-same-machine-as-delphi-2006-or-delphi-2007/139879#139879 1 Answer by robsoft for Can Delphi 2009 be installed on the same machine as Delphi 2006 or Delphi 2007? robsoft 2008-09-26T14:28:33Z 2008-09-26T14:28:33Z <p>A colleague of mine (think he has an account on here as dcraggs now) has got them both running on the same machine just fine, I believe.</p> <p>Certainly would be a huge own-goal from Embarcadero if installing D2009 broke an already-installed D2007, given the way that the components and DCUs are not compatible - I suspect a fair number of people will need to have both around for a while (some of us still need D5 and D7 too!)</p> http://stackoverflow.com/questions/139844/can-delphi-2009-be-installed-on-the-same-machine-as-delphi-2006-or-delphi-2007/139976#139976 0 Answer by gabr for Can Delphi 2009 be installed on the same machine as Delphi 2006 or Delphi 2007? gabr 2008-09-26T14:46:32Z 2008-09-26T14:46:32Z <p>CodeGear stated (don't have a link handy, sorry) that there should be no conflict. I haven't yet installed D2009 on my workhorse PC so I don't know if that is correct.</p> <p>The settings in registry have different path and packages have different names so there really should be no problems.</p> http://stackoverflow.com/questions/139844/can-delphi-2009-be-installed-on-the-same-machine-as-delphi-2006-or-delphi-2007/140063#140063 0 Answer by TOndrej for Can Delphi 2009 be installed on the same machine as Delphi 2006 or Delphi 2007? TOndrej 2008-09-26T15:02:11Z 2008-09-26T15:02:11Z <p>I have Delphi 2007 and I have installed 2009 yesterday with no visible problems so far. Both seem to work fine.</p> http://stackoverflow.com/questions/139844/can-delphi-2009-be-installed-on-the-same-machine-as-delphi-2006-or-delphi-2007/140621#140621 2 Answer by Gamecat for Can Delphi 2009 be installed on the same machine as Delphi 2006 or Delphi 2007? Gamecat 2008-09-26T16:44:14Z 2008-09-26T16:44:14Z <p>I have at least 4 Delphi versions on one machine. They do not bite each other.</p> <p>I always install older versions first because i had once problems if i did this the other way round.</p> http://stackoverflow.com/questions/139844/can-delphi-2009-be-installed-on-the-same-machine-as-delphi-2006-or-delphi-2007/142421#142421 0 Answer by Chris for Can Delphi 2009 be installed on the same machine as Delphi 2006 or Delphi 2007? Chris 2008-09-26T22:55:04Z 2008-09-26T22:55:04Z <p>Appears to be no problem. Installed D2009 with TurboDelphi and 2007 and 2, 5 and 7 all on the same Vista machine</p> <p>Both 2007 and 2009 have Jedi JVC and JVCL installed on them. All appear to work fine. Hope that helps.</p> http://stackoverflow.com/questions/139844/can-delphi-2009-be-installed-on-the-same-machine-as-delphi-2006-or-delphi-2007/142725#142725 4 Answer by Jim McKeeth for Can Delphi 2009 be installed on the same machine as Delphi 2006 or Delphi 2007? Jim McKeeth 2008-09-27T01:42:41Z 2008-09-27T01:42:41Z <p>I am running 2007 and 2009 on the same machine (this machine) just fine. The only problem you might have is if you are compiling components to the same directory - you will just need to rebuild all your DCU's and packages each time, or make version specific packages and directories.</p> http://stackoverflow.com/questions/139844/can-delphi-2009-be-installed-on-the-same-machine-as-delphi-2006-or-delphi-2007/144528#144528 0 Answer by Marcus Tettmar for Can Delphi 2009 be installed on the same machine as Delphi 2006 or Delphi 2007? Marcus Tettmar 2008-09-27T21:36:01Z 2008-09-27T21:36:01Z <p>.. and if you compile existing packages make sure you give them a new name (e.g. suffix with D12) as each version's BPL directories are in the path.</p> http://stackoverflow.com/questions/139844/can-delphi-2009-be-installed-on-the-same-machine-as-delphi-2006-or-delphi-2007/147039#147039 4 Answer by Malcolm Groves for Can Delphi 2009 be installed on the same machine as Delphi 2006 or Delphi 2007? Malcolm Groves 2008-09-29T00:00:20Z 2008-09-29T00:00:20Z <p>Install them in their own directories, and make sure you keep package binaries separate, you should be fine. I've got 2009, 2007, 2006, 7 and 5 all on this machine with no issues. </p> http://stackoverflow.com/questions/139844/can-delphi-2009-be-installed-on-the-same-machine-as-delphi-2006-or-delphi-2007/147553#147553 16 Answer by Nick Hodges for Can Delphi 2009 be installed on the same machine as Delphi 2006 or Delphi 2007? Nick Hodges 2008-09-29T04:52:26Z 2008-09-29T04:52:26Z <p>All new versions of Delphi can always be installed safely /next/ to older version.</p> <p>Each new version should be installed in its own directory.</p> <p>If you are going to install multiple versions, always install the oldest version first, and then work your way to the newest. </p> <p>We work very hard to make sure that all versions of Delphi coexist together. But again, never install one version directly on top of another.</p> http://stackoverflow.com/questions/139844/can-delphi-2009-be-installed-on-the-same-machine-as-delphi-2006-or-delphi-2007/148043#148043 2 Answer by dcraggs for Can Delphi 2009 be installed on the same machine as Delphi 2006 or Delphi 2007? dcraggs 2008-09-29T09:12:47Z 2008-09-29T09:12:47Z <p>Yes - as Rob said (Robsoft) I have both working here. Delphi has always been very good at co-existing with other versions.</p> <p>Obviously you can only have one version as the default for opening Delphi files.</p> http://stackoverflow.com/questions/139844/can-delphi-2009-be-installed-on-the-same-machine-as-delphi-2006-or-delphi-2007/191292#191292 0 Answer by Bill Seven for Can Delphi 2009 be installed on the same machine as Delphi 2006 or Delphi 2007? Bill Seven 2008-10-10T13:33:55Z 2008-10-10T13:33:55Z <p>Installed D2009 Enterprise on VMWare instance running Vista Business with an existing D2007 Enterprise installation. Perhaps I did something incorrectly, but I began to experience errors in the D2007 IDE, as well as a very strange error, unknown fieldtype, in exe files compiled with D2007. I uninstalled D2009, and the errors have gone away. </p> http://stackoverflow.com/questions/139844/can-delphi-2009-be-installed-on-the-same-machine-as-delphi-2006-or-delphi-2007/324417#324417 0 Answer by smartins for Can Delphi 2009 be installed on the same machine as Delphi 2006 or Delphi 2007? smartins 2008-11-27T18:18:03Z 2008-11-27T18:18:03Z <p>You should always install the older version first. I tried to install 2009 first and then 2007 but the setup of 2007 failed.</p> <p>Uninstalling 2009, and starting with 2007 first fixed the install problems.</p> http://stackoverflow.com/questions/139844/can-delphi-2009-be-installed-on-the-same-machine-as-delphi-2006-or-delphi-2007/365775#365775 0 Answer by Jamo for Can Delphi 2009 be installed on the same machine as Delphi 2006 or Delphi 2007? Jamo 2008-12-13T21:36:39Z 2008-12-13T21:36:39Z <p>In theory, it's possible, but if you use many third-party (or your own) libraries, it can get hairy pretty fast. I tend toward developing on Virtual machines, for this and other reasons. But, YMMV.</p> http://stackoverflow.com/questions/139844/can-delphi-2009-be-installed-on-the-same-machine-as-delphi-2006-or-delphi-2007/696010#696010 0 Answer by gcrombie for Can Delphi 2009 be installed on the same machine as Delphi 2006 or Delphi 2007? gcrombie 2009-03-30T04:37:03Z 2009-03-30T04:37:03Z <p>Should be fine. I have Delphi 7, 2006, 2007, 2009 with 3rd party libs <a href="http://www.devexpress.com" rel="nofollow">Dev Express</a> and <a href="http://www.remobjects.com" rel="nofollow">Rem Objects</a> for all (except Dev Express for 2009 - is it out yet?) and all work flawlessly. As others pointed out the versions were installed oldest to newest.</p> http://stackoverflow.com/questions/139844/can-delphi-2009-be-installed-on-the-same-machine-as-delphi-2006-or-delphi-2007/809073#809073 0 Answer by Mmarquee for Can Delphi 2009 be installed on the same machine as Delphi 2006 or Delphi 2007? Mmarquee 2009-04-30T21:04:16Z 2009-04-30T21:04:16Z <p>The installations won't interfere with each other, although the Delphi 2009 and Delphi 2007 projects are not compatible, and can't be shared.</p> http://stackoverflow.com/questions/139844/can-delphi-2009-be-installed-on-the-same-machine-as-delphi-2006-or-delphi-2007/944316#944316 0 Answer by codervish for Can Delphi 2009 be installed on the same machine as Delphi 2006 or Delphi 2007? codervish 2009-06-03T11:55:00Z 2009-06-03T11:55:00Z <p>Moving along with the order of release is a must. Install older first. Uninstalling may get tricky though. <a href="http://stackoverflow.com/questions/944279/how-to-fix-delphi-2009-data-explorer">How to fix Delphi 2009 data explorer?</a></p> http://stackoverflow.com/questions/139844/can-delphi-2009-be-installed-on-the-same-machine-as-delphi-2006-or-delphi-2007/1594837#1594837 0 Answer by enginm for Can Delphi 2009 be installed on the same machine as Delphi 2006 or Delphi 2007? enginm 2009-10-20T14:02:42Z 2009-10-20T14:02:42Z <p>what about system path? is it set for delphi2009 or 2007? Path=C:\Program Files\CodeGear\RAD Studio\5.0\bin; Path=C:\Program Files\CodeGear\RAD Studio\6.0\bin;</p> <p>which one should i set?</p>