Creating a response file

A response file is used with the Msiexec command, for further information see Using a response file with Msiexec.
There are three ways to create a response file for installation:
A typical example of using Msiexec with the SAVEINI parameter is here:
Msiexec /i "path\MSI WebSphere MQ.msi" /q SAVEINI="response_file" 
TRANSFORMS=:1033 AGREETOLICENSE="yes"