Search code examples
delphimigrationdelphi-2009transfer

Transfer Delphi 2009 projects to another PC


Possible Duplicate:
How to migrate Delphi or clone Delphi registry settings?

I am starting to learn Delphi 2009. I have been given access to an old Tech's PC (Windows XP) where he has developed a few projects on Delphi '09 and I would like to migrate these projects to my new PC (Windows 7). I have used cnPack to migrate / transfer what I could across PC's, but there are dependencies (I believe plugins) that I cannot locate when attempting to run the older projects on my new PC.

Does anybody know of the simplest method to transfer anything and everything from Delphi '09 from Windows XP to Windows 7?


Solution

  • From memory:

    when I was working in Delphi, we managed to put together one simple method so that all of us had the same packages installed. It involved some repository containing the libraries and some registry files that we were supposed to load into our registry. It worked fine as we were all under Windows XP.

    However, AFAIK, the registry entries under W7 are slightly different.

    You could, however, ask someone to make an identical copy of the WinXP and run it as a virtual machine on your W7.