Creating a response file for client installation
A response file is used with msiexec on a client. You can create it in three ways.
About this task
Procedure
There are three ways to create a response file for installation:
- Copy and edit the file Response.ini that is supplied on the IBM® MQ Windows Server DVD, 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 1.
Example
msiexec /i "path\IBM MQ.msi" /q SAVEINI="response_file"
TRANSFORMS="1033.mst" AGREETOLICENSE="yes"