The installation program silent mode, sometimes referred to as an “unattended installation,” allows you to install the software with a response file to set default values, without any interaction required on your part.
Follow the same steps as you would for a standard console mode installation, but invoke the installation program wizard at the command prompt as follows:
On Microsoft Windows:
setupConsole -silent -options RAX.resp -W SybaseLicense.agreeToLicense=true
where RAX.resp is the full path to the response file.
WARNING! When you run a silent installation, Sybase recommends that you use the setupConsole.exe executable, which runs in the foreground. The normal setup.exe executable runs in the background, giving you the false impression that the installation has terminated immediately, without a completion status. This could result in duplicate installation attempts.
On UNIX:
./setup -silent -options RAX.resp -W SybaseLicense.agreeToLicense=true
where RAX.resp is the full path to the response file.
The -W SybaseLicense.agreeToLicense=true command
option makes your agreement with the Sybase License Agreement the
default option in the silent mode installation.
In the event of an installation error, see “Installation troubleshooting”.
To verify that the software components were installed correctly, see “Verifying the installation”.
After you complete the Replication Agent software installation, you must set up the SYBASE environment on the Replication Agent host machine. For more information, see “Setting up the SYBASE environment”.