[Windows]

Applying maintenance level updates to a client on Windows

You can apply maintenance level updates to IBM® MQ for Windows clients either interactively or by performing a silent MSI update.

About this task

You can apply maintenance to an IBM MQ client interactively by running the setup.exe program, or you can perform a silent MSI update by running the msiexec command with file IBM MQ.msi. The setup.exe and IBM MQ.msi files are both located in the \Windows\MSI\ directory of the client installation image.

Important: The server maintenance level update is for updating installations installed from the eImage only and is neither tested nor supported as an update mechanism for updating client installations from the IBM MQ client components downloaded from Fix Central.

Procedure

Interactive client update

  • On the client installation image, navigate to the \Windows\MSI\ directory, then run the setup.exe program.

Silent client update

  • From the command line, use the command msiexec to perform a silent MSI update.
    • To update a computer with only a single installation, use a command similar to the following example:
      msiexec /i "InstallationImage\Windows\MSI\IBM MQ.msi" /l*v install_log_path
      /q TRANSFORMS="1033.mst" REINSTALL=ALL REINSTALLMODE=vomus
      
    • To update a single client on a multi installation computer with multiple clients, use a command similar to the following example:
      msiexec /i "InstallationImage\Windows\MSI\IBM MQ.msi" /l*v install_log_path
      /q TRANSFORMS=":InstanceId2.mst;1033.mst" REINSTALL=ALL REINSTALLMODE=vomus
      

Results

When the maintenance completes you can query the maintenance level by running the dspmqver command. For more details, see Applying maintenance to IBM MQ.