Installing Adaptive Server from the Command Line

Choose command line installation if you are developing custom installation scripts, or you prefer a nonwindowing interface.

  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 uses to display 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. If 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.