Create 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:
- Copy and edit the file Response.ini that is supplied on the WebSphere MQ Windows Server CD, using an ASCII file editor.
- Create your own response file using an ASCII file editor.
- Use the Msiexec command with the SAVEINI (and optionally, the ONLYINI) command line parameters to generate a response file that contains the same installation options. See Table 2.
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.mst" AGREETOLICENSE="yes"
Parent topic:
Using a response file with Msiexec