Unattended or silent installations are typically used to update multiple systems across the enterprise.
Create an installation response file.
A silent or unattended installation requires no user interaction, and all installation configuration information is taken from the response file. This is useful when you want multiple identical installations, or to fully automate installation.
\nt386\RMP_Suite\setupconsole32.exe -f responseFileName -i silent -DAGREE_TO_SYBASE_LICENSE=true
\winx64\RMP_Suite\setupconsole64.exe -f responseFileName -i silent -DAGREE_TO_SYBASE_LICENSE=true
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.