Settings Migration Tool

From RAD Studio
Jump to: navigation, search

Go Up to Graphic Utilities Index


The Settings Migration Tool is an application to import and export configuration settings of RAD Studio and Appmethod.

Use this tool to import and export settings between different RAD Studio versions and even to migrate the configuration settings to other instances of RAD Studio installed on different machines. You can also migrate settings between RAD Studio and Appmethod.

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.

Using the Settings Migration Tool

You can find the migrationtool.exe tool at:

  • Path: C:\Program Files (x86)\Embarcadero\Studio\23.0\bin
  • Windows Start Menu: Start | All Programs | Embarcadero RAD Studio Athens | Migration Tool

When you run migrationtool.exe, you see a wizard that guides you through the export or import.


MigrationTool-Settings6.png


The first step of the wizard offers four different options:

When you export the configuration settings, the migration tool reads the configuration from the registry and generates an XML file with .idesettings extension.
When you migrate the configuration settings directly to another RAD Studio version installed on the same machine, the settings are exported from the older RAD Studio version and imported to the newer RAD Studio version.
Note: This option is only enabled when there is a backup available, backups are automatically created when importing, migrating or restoring settings with the Migration Tool.
When you import, the migration tool reads the XML file with .idesettings extension and apply the settings contained in the XML to the indicated RAD Studio version.
Note: Be aware when importing since the current settings will be overridden. To avoid losing any settings, RAD Studio automatically creates a backup before the settings are overridden.
  • Include additional configuration files: Check this option to select the additional configuration files you wish to import.

Settings Migration Tool Preset Configurations

The Settings Migration Tool has been significantly updated in RAD Studio 10.4.2. Once you select the type of migration (like from version to version, to file, etc.), the tool will offer an extended list of settings and provide 3 preset configurations:

  • The Update Migration configuration chooses settings that you would most likely include when installing an update of the same project version (for example: from 10.4.1 to 10.4.2). In this case, you need to make a copy of the settings before uninstalling and apply them again after installing the update.
  • The Version Migration configuration chooses settings that you would most likely include when you are moving from one version to another (for example: from 10.3.x to 10.4.x).
  • The Computer Migration configuration chooses settings that you would most likely include when you want to move the IDE configuration from one computer (Or VM) to another, with the same version installed.


MigrationTool-Settings3.png


Settings Migration Tool Additional Configuration Files

As of RAD Studio 10.4.2, the Migration tool now allows migrating additional configuration files in different areas. If you select the checkbox “Include additional configuration files” in the first page, you’ll be able to include FireDAC, Desktop, Platforms, and Formatters configuration files, picking individual ones:


MigrationTool-Settings4.png


Settings Migration Tool Installed GetIt Package

The Migration tool allows migrating your installed GetIt Packages. If you select the Include GetIt Package on the first page, you can select which packages from your installed GetIt Packages to migrate:


MigrationTool-Settings-GetIt.jpg

Settings you Can Import and Export

Use the migration tool to import and export RAD Studio settings included in the registry keys.

The migration tool imports and exports the keys available in HKEY_CURRENT_USER\Software\Embarcadero\BDS\23.0\

Note: You can also import or export settings from an alternative registry key.

Running the Settings Migration with an Alternate Registry Key

You can start the IDE with different options using the command line. One of these options allows you to use an alternate registry key. Using an alternate base registry key allows you to run two copies of the IDE using different configurations.

To start the IDE with an alternate registry key, use the following command:

bds.exe –r regkey_name

where regkey_name is the name, you want to provide to your alternate registry key.

Starting the RAD Studio with the above command creates a new registry key: HKEY_CURRENT_USER\Software\Embarcadero\<regkey_name>\<version>.

The Settings Migration Tool allows you to import and export settings from your alternate registry keys. To open the Settings Migration Tool to import or export from an alternate registry key, use the -r parameter as follows:

migrationtool –r regkey_name

where regkey_name is the name of the alternate registry key, you want to import or export from.

Note: Running the migration tool with the regkey_name parameter means that the tool only has access to that particular key within the registry.

Taking the Settings Migration Tool to Another Computer

Since the Settings Migration Tool can be used in different RAD Studio versions, you can take the tool to another computer to use it in previous RAD Studio versions. The versions supported are Delphi 7 and any later version.

The Settings Migration Tool can run on Windows XP or later.

To take the migration tool to another computer to use it with previous RAD Studio versions:

  1. Go to: C:\Program Files (x86)\Embarcadero\Studio\23.0\bin
  2. Copy the following files:
    migrationtool.exe: Executable of the tool.
    SettingData.xml: Template used to export the data.
    migrationtool.de: German translation of the tool text.
    migrationtool.fr: French translation of the tool text.
    migrationtool.ja: Japanese translation of the tool text.
  3. You need to have the above files together in the same folder for the migration tool to work on a different computer.
Note: The migration tool does not provide backward compatibility; you can only migrate from older to the same or newer product versions.

Settings Migration Tool Topics

See Also