Previous Topic: Installation ProcessNext Topic: How to Specify Unique System ID and System Name Values


Unattended Install

To do an unattended InstallAnywhere installation, first build a response file using the InstallAnywhere setup command. The command builds a responses file that is tailored to your installation. You can build one response file and can use it on many systems. You need separate response files only if you want different options for the install on some machines. After the response files have been created, you can run an unattended InstallAnywhere installation using the setup command.

Follow these steps:

  1. To create a response file, change to the directory where the XCOM.bin file is located and issue the following command:
    sh XCOM.bin -r <response file path and name>
    

    Example:

    sh XCOM.bin -r /tmp/XCOM.properties
    

    Follow the on-screen instructions in the InstallAnywhere wizard, until you reach the Preinstallation Summary page, and then do one of the following functions:

    Note:

  2. Change to the directory that contains the response file. For example, XCOM.properties and if needed update it with your installation preferences for the system where the silent installation is run.
  3. Use the following command to run an installation in silent mode.

    Note: See the section on How to Specify Unique System ID and System Name Values before issuing the following command.

    sh XCOM.bin -i silent -f <response file path and name>
    

    Example:

    sh XCOM.bin -i silent -f /tmp/XCOM.properties
    

    Important!