Delphi X6 migration to a new PC

yawu

Member
Joined
Jun 1, 2008
Messages
7
Reaction score
1
So, I'm moving my Delphi XE6 installation to a new computer, how, if possible, may I transfer my Delphi settings ? ( 3rd party vcl components ) ? I don't want to install everything again.

Or do you thing that a good way is to install delphi in a virtual computer ?

Regards.
 

emailx45

Premium
Joined
May 5, 2008
Messages
2,478
Reaction score
2,222
Location
here and there
It has a built-in tool for this task, but for third parties it may not work because the various stakeholders are not used in this task.

So, to avoid configuration and compilation errors, install the installation using at least one component compilation and installation in the IDE using the package manager.

The component source files you can copy without problems, so then just open the package group (DPK) and recompile, and then this part is quick.

You can still copy REGISTRY keys for your components, if you know where they are recorded ... as before, it is no longer indicated. Here, an Embarcadero guide

http://docwiki.embarcadero.com/RADStudio/Rio/en/Settings_Migration_Tool

File:MigrationTool-Export1.png
View attachment 465

The Settings Migration Tool supports Delphi 7 and all newer versions of RAD Studio, Delphi or C++Builder. RAD Studio versions released before Delphi 7 are not officially supported. You can migrate the configuration settings from a RAD Studio version to the same or newer version, but not to previous RAD Studio versions; backward compatibility is not provided.
 
Last edited:

FireWind

GOLD
Joined
Dec 26, 2018
Messages
306
Reaction score
322
If you use the "Migration tool" don't forget to install Delphi with the path as in the previous installation. I installed Delphi 10.3.1 in c:\BDS\20.0, and then installed Delphi 10.3.2 in c:\BDS\ - "Migration tool" broke my new IDE. I was forced to install Delphi 10.3.2 again.
 

yawu

Member
Joined
Jun 1, 2008
Messages
7
Reaction score
1
It has a built-in tool for this task, but for third parties it may not work because the various stakeholders are not used in this task.

So, to avoid configuration and compilation errors, install the installation using at least one component compilation and installation in the IDE using the package manager.

The component source files you can copy without problems, so then just open the package group (DPK) and recompile, and then this part is quick.

You can still copy REGISTRY keys for your components, if you know where they are recorded ... as before, it is no longer indicated. Here, an Embarcadero guide

http://docwiki.embarcadero.com/RADStudio/Rio/en/Settings_Migration_Tool

File:MigrationTool-Export1.png
Can't see the link, guess I need to participate more, thanks anyway.
 

FireWind

GOLD
Joined
Dec 26, 2018
Messages
306
Reaction score
322
migration tool is part of BDS: "BDS path"\bin\migrationtool.exe
 
Top