Creating a Response File

Record installation responses into a response file, which is a text file you can edit to change any responses before using it in subsequent installations.

There are two methods of generating a response file for the installation program:

  • Record mode – the installation program records all of your responses and selections in the specified response file. You must complete the installation to generate a response file.

  • Template mode – the installation program creates a response file containing commented-out values for all required responses and selections. When using a template, you do not need to install the product, and you can cancel the installation after the response file has been created.

Warning!  If you created a response file using a custom installation, there is an issue requiring you to edit the response file to allow the custom selections to be chosen correctly during installation.
Use a text editor to delete the word "Custom" in the setup type in this line:
-W setupTypes.selectedSetupTypeId=Custom
The resulting line should look similar to this:
-W setupTypes.selectedSetupTypeId=
Without this change, a full installation is performed.