Silent installation directories

By default the installation program installs MQe in the directories shown in the table below. If you have any old versions of MQe on the computer, a silent install uses your current directory and not the default shown in this table:
Table 1. Default installation directories
PlatformDefault installation directory
AIX/opt/MQe
Linux/opt/MQe
Solaris/opt/MQe
Win32 \Program Files\MQe
HP-UX/opt/MQe
To set a different installation directory for a silent install, append the -P MQe.installLocation flag to the install command as follows:
From the jar file
java run -silent -P MQe.installLocation="C:\my new install directory"
From a platform specific launcher
setup.exe -is:silent -silent -P MQe.installLocation=
"C:\my new install directory"
Note: When using the -P MQe.installLocation parameter to override the install location during silent install, ensure that you specify the full path of the the new destination.

Parent topic: Silent installation