+

Search Tips | Advanced Search

Creating a response file for server installation

A response file is used with msiexec. We can create it in three ways.


About this task

A response file is used with the msiexec command. For further information, see Use a response file with msiexec.


Procedure

There are three ways to create a response file for installation:


Example

A typical example of using msiexec with the SAVEINI parameter is here:
msiexec /i "path\IBM MQ.msi" /q SAVEINI="response_file"
TRANSFORMS="1033.mst" AGREETOLICENSE="yes"