Installing the Client in Unattended, Silent Mode

After running the installer in GUI mode and recording the responses into a response file, edit the file to customize the responses.

To install in unattended, silent mode, run:
setupConsole.exe –f responseFileName -i silent
-DAGREE_TO_SYBASE_LICENSE=true
where responseFileName is the absolute path of the file name containing the installation options you chose.
Agree to the Sybase License Agreement when installing in silent mode by either:
  • Including this text in the command-line argument -DAGREE_TO_SYBASE_LICENSE=true, or,
  • Editing the response file to include the property AGREE_TO_SYBASE_LICENSE=true.
The only difference when you install the client in silent mode is the absence of the GUI screens. All actions and responses are the same as using InstallAnywhere.
Warning!  Sybase recommends that, when you run a silent installation, you use the setupConsole.exe executable, which runs in the foreground. The normal setup.exe executable runs in the background, giving you the impression that the installation has terminated, and results in additional installation attempts using the silent installation. Multiple installations at the same time may corrupt the Windows Registry and lead to a failure to restart the operating system.