Using the Offline Installer

From RAD Studio
Jump to: navigation, search

Go Up to Installation


This topic describes how to install RAD Studio using the Offline Installer.

Prerequisites

The following sections assume that you have read the installation notes and that you chose to use the Offline Installer to install RAD Studio.

Configuring Your Temporary Storage Folder

The Offline Installer stores your cache files into your temporary storage folder, which is the folder specified in your TEMP environment variable.

If the drive that contains your temporary storage folder is low on disk space, the installer might halt with an error message notfying the shortage. If this occurs, assign your TEMP variable to a folder on a drive with more disk space, then re-run the installation.

Installing RAD Studio

To install RAD Studio using the Offline Installer:

  1. Open the Offline Installer:
    1. Download the ISO image that contains the Offline Installer.
    2. Mount the ISO image in the system where you want to install RAD Studio.

      You can do either of the following to mount the image:

      • Burn the ISO image on a double-layer high-capacity DVD, and put that DVD on the optical disk drive of the target system.
      • Mount the ISO image as a virtual disk with a software solution like WinCDEmu.
    3. Open install_RADStudio.exe in the mounted ISO image to start the Offline Installer.
  2. On the first page, check the "I agree to the RAD Studio License Agreement and Privacy Policy" option and select Next.
  3. Obtain a registration file:
    1. On the Input License page, select "I already have a product serial number" and click Next.
    2. On the Embarcadero Product Registration dialog box, make a note of the number displayed under Registration Code.
    3. On a machine that has a working internet connection, go to the Embarcadero Product Registration site and follow the instructions there to obtain a registration file.
    4. Move the registration file to the system where you are installing RAD Studio.
    5. On the Embarcadero Product Registration dialog box, select Cancel to return to the Input License page.
  4. Register your copy of RAD Studio:
    1. On the Input License page, select "I have a valid license file (*.slip or reg*.txt) to import" and click Next.
    2. On the Embarcadero Product Registration tool that opens, select Import.
    3. Locate and select your registration file, and select Open.
    4. When your registration file is imported, select OK to close the Embarcadero Product Registration tool.
  5. Follow the remaining steps of the installation wizard to complete your offline installation of RAD Studio.
Attention:
  • The RAD Studio installation path must not contain non-ASCII characters. The Offline Installer does not support Unicode.
  • The Offline Installer does not support the use of Asian characters in the installation folder path.
Tip: If you use the Offline Installer, RAD Studio will not be able to access the GetIt Package Manager until you manually switch to "online mode". To do this, we recommend using the GetItCmd.exe tool: GetItCmd.exe -c=useonline
Note: You have to setup the BDS environment variable before using GetItCmd.exe. To do this you can run the following command:

set BDS=C:\Program Files (x86)\Embarcadero\Studio\21.0

Or execute:

%BDS%\bin\rsvars.bat command file.

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.

See Also