Creating a Response File by Recording a GUI Installation

Create a response file for installing Replication Agent by recording your responses to the GUI installation wizard.

  1. Log in to the Replication Agent host machine using an operating system user account with authority to start, stop, and administer the Replication Agent instance (for example, the “sybase” user).
  2. Close all nonessential applications, and minimize any open windows.
  3. Insert the Replication Agent 15.6 media in the appropriate drive.
    Note:

    On a Microsoft Windows platform, when the installation program starts automatically, click Cancel.

  4. Open an operating system command window, and set the media drive as the current drive.
  5. At the command prompt, invoke the installation program wizard, using the -r option:
    • On Microsoft Windows:
      setup.exe -r responseFileName
      where responseFileName is the full path to the response file you want to create, for example, C:\RAX\ResponseFile.txt.
    • On UNIX:
      ./setup.bin -r responseFileName
      where responseFileName is the full path to the response file you want to create, for example, /home/sybase/RAX/ResponseFile.txt.

    The installation program starts in GUI mode, and captures all of the prompt responses in a file with the name you specify.

    In the event of an installation error, exit the installation program wizard to correct the cause of the error, then restart the installation program.