Installing a client using msiexec
IBM® MQ on Windows uses the MSI technology to install software. MSI provides both an interactive installation and a non interactive installation.
About this task
IBM MQ on Windows uses the MSI technology to install software. MSI provides both an interactive installation and a non interactive installation. An interactive installation displays panels and ask questions.
The msiexec command uses parameters to give MSI some or all of the information that can also be specified through panels during an interactive installation. This means that a user can create a reusable automated or semi-automated installation configuration. Parameters can be given through the command line, a transform file, a response file, or a combination of the three.
Some parameters can only be provided on the command line and not in a response file. For more
information about these parameters, see Table 1 in Specifying command line parameters for client installation with msiexec.
There are also a number of parameters can be used either on the command line or in a response
file. For more information about these parameters, see Table 1 in Creating and using a response file for client installation. If a parameter is specified both on the command line and in a
response file, the setting on the command line takes precedence.