+

Search Tips | Advanced Search

Modifying a client installation silently using msiexec

We can use msiexec to modify an IBM MQ client installation.

To silently modify an IBM MQ client installation using msiexec, follow the instructions on the installation pages, but set the ADDLOCAL parameter to include the features you want to add, and set the REMOVE parameter to the features you want to remove.

For example if we used ADDLOCAL="JavaMsg" and REMOVE="" it would modify the installation to include the Java Messaging and Web Services feature.

The instructions for msiexec begin here: Install a client using msiexec