Installation
Go Up to Main Page
This topic describes how to install, upgrade or remove RAD Studio.
Contents
Installing RAD Studio
Before You Install RAD Studio
The Installation Notes page describes the RAD Studio system requirements and other information that you must know before you decide to install RAD Studio.
You can install RAD Studio Athens on a system where previous versions of RAD Studio are installed. Note, however, that each version of RAD Studio extends your PATH
environment variable, which cannot be longer than 1830 characters before you install RAD Studio Athens.
Choosing an Installer
To install RAD Studio, you can either use the Online Installer or use the Offline Installer.
The Online Installer is the best choice for most use cases, as it provides:
- A much lower installation time, as well as a much lower time to modify installed features after the initial installation.
- A higher flexibility to choose features:
- You can choose specific combinations of target platforms and programming languages instead of choosing programming languages and target platforms separately.
- You can remove support for any programming language after the installation.
- A much lower installer size: 0.2 GB. Anything else is downloaded on demand based on the features that you choose to install. Also, you do not need to keep the Online Installer around after the initial installation. You can use the IDE to modify installed features.
- A better user experience. The installation steps are more straightforward.
However, use the Offline Installer if:
- The machine where you want to install RAD Studio does not have a working internet connection.
- The drive where you want to install RAD Studio does not have enough space if cache files are installed on the same drive. The Offline Installer allows you to customize the temporary storage folder.
GetItCmd.exe
tool:
GetItCmd.exe -c=useonline
set BDS=C:\Program Files (x86)\Embarcadero\Studio\21.0
Or execute:
%BDS%\bin\rsvars.bat command file.Running the Chosen Installer
If you chose the Online Installer, follow the instructions in Using the Online Installer.
If you chose the Offline Installer, follow the instructions in Using the Offline Installer.
Switching Installers
To switch from the online installer to the offline installer, or vice-versa, use the GetItCmd.exe
tool:
GetItCmd.exe -c=useonline
or -c=useoffline
.
Silent Installer
RAD Studio supports silent, automated installation without UI interaction. Silent installation is available in two different scenarios:
- Offline installation, based on the GOF file and the setup executable.
- Online installation, based on the setup executable and an automatic download of the required packages in the background.
If you choose to run the Silent Installer, follow the instructions in Using the Silent Installer.
After You Install RAD Studio
The following sections describe some steps that you may need to take after you install RAD Studio Athens.
Importing Settings from Previous Version
If you have a previous version of RAD Studio installed in your system, use the Settings Migration Tool to migrate your old settings to your RAD Studio Athens installation.
Installing the New Platform Assistant
If you plan to deploy applications for macOS or iOS, or if you plan to deploy applications for 64-bit Windows using a remote system, you must install on your Mac or on your remote 64-bit Windows system the Platform Assistant provided with RAD Studio Athens. You cannot reuse the Platform Assistant from a previous version of RAD Studio.
Updating Template Files
Projects for macOS, iOS, or Android include template files that allow you to customize certain aspects of your application for those platforms. When you migrate a project from a previous version of RAD Studio to RAD Studio Athens, you must:
- Create a backup of any customized template file, so that you can check your custom changes later.
- Remove all template files from your project folder.
- Build (Android) or deploy (macOS, iOS) your application for each target platform so that RAD Studio Athens automatically generates an up-to-date version of each template file.
- Edit the new template files to apply your custom changes, if any.
For more information, see:
- Re-creating the AndroidManifest.template.xml File
- Re-creating the info.plist Template Files (
info.plist.TemplateOSX.xml
,info.plist.TemplateiOS.xml
) - Customizing Your Entitlement List for iOS or macOS (
Entitlement.TemplateOSX.xml
,Entitlement.TemplateiOS.xml
)
Adding or Removing Features After the Installation
During the installation of RAD Studio, you can enable or disable several features: support for programming languages, support for target platforms, language packs, and so on. You can add or remove any of these features after the installation.
If you installed RAD Studio using the Online Installer, follow the instructions in Adding or Removing Features Using the Feature Manager.
If you installed RAD Studio using the Offline Installer, follow the instructions in Adding or Removing Features Using the Offline Installer.
If you installed RAD Studio using the Silent Installer, follow the instructions in Adding or Removing Features Using the Silent Installer.
Removing RAD Studio
The user with Administrator privileges who initially installed RAD Studio can remove RAD Studio following the steps described in Repair or remove programs in Windows 10.
Removing RAD Studio Instances that Use Network Licenses
After you remove RAD Studio, each user who is not the Administrator must remove user-specific data from the Windows registry:
- Log in to the user account.
- Make a backup of the registry.
- Launch Regedit or another registry editing tool.
- Delete the following registry key:
HKEY_CURRENT_USER\Software\Embarcadero\BDS\23.0
Removing Configuration Files
After you remove RAD Studio, user-specific data, such as default project settings, might remain in configuration files. You should manually remove these folders:
All Users\Application Data\Embarcadero\BDS\23.0
All Users\Shared Documents\Embarcadero\BDS\23.0
Upgrading RAD Studio Athens
To replace RAD Studio Athens with a better edition or an update of RAD Studio Athens, you must remove RAD Studio Athens from your system and install your upgraded edition or update of RAD Studio Athens.