Creating a Response File

Create a response file when installing in GUI or console mode.

  1. Specify the -r command line argument.
    The -r argument records your responses to the installation wizard’s prompts and creates a response file when the installation wizard exits. The response file is a text file that you can edit to change any responses prior to using it in any subsequent installations.
  2. On the command line, enter:

    ./setupConsole.exe -r responseFileName

    where responseFileName is the absolute path of the file name you choose for the response file, for example:
    /home/sybase/SDK/ResponseFile.txt
    Note: The directory path you specified must already exist.

    The response file is created in the specified location once installation is completed.