Silent installation

A silent installation (sometimes referred to as an unattended installation) is performed by running the installer and providing a response file that contains answers to all of the installer questions. The response file is a text file that you can edit to change any responses before using it in any subsequent installations.

There are two ways to create a response file:

Installing interactively using a response file

An interactive installation using a response file allows you to accept the default values from the response file, or to change any of those values for the specific installation. This is useful when you have multiple similar installations that have minor differences that you want to change at installation time.

Enter the following at the command line, where respFileName is the absolute path of the response file.

Installing in silent mode

A silent mode installation allows you to install the Content Adapter with all responses being taken from the response file that you have set up. There is no user interaction. This is useful when you want multiple identical installations, or to automate the installation process.

Enter the following at the command line, where respFileName is the absolute path of the response file. The -W option specifies that you agree with the Sybase License Agreement text.

Except for the absence of the GUI screens, all actions of the installer are the same, and the result of an installation in silent mode is exactly the same as one performed in GUI mode with the same responses.