Installing From the Command Line

The steps for installing components in console mode are the same as those described in the Installing in GUI Mode topic, except that you run the installer from the command line using the setup command, and you enter text to select the installation options. Look here to learn how to install from a command line.

  1. To display Western European fonts such as French, English and Italian on a Windows platform:
    1. Run chcp 1252 to change the code page to 1252 which is the code page that java used for displaying Western European fonts for Windows.
    2. Open the properties of cmd.exe and set Font to Lucida Console
    3. Continue with the installation steps to run the console mode.
  2. At the command line, enter:
    setupConsole.exe -i console

    The installation program starts.
  3. In cases where the installation program launches automatically, select Cancel to stop the GUI installation, then launch the setup program from a terminal or console. The flow of the installation is identical to a regular GUI installation, except that the display is written to a terminal window and responses are entered using the keyboard.