MQParms parameter file - client installation
A parameter file is an ASCII text file that contains sections (stanzas) with parameters that can be used by the MQParms command. Typically, this is an initialization file such as MQParms.ini.
The MQParms
command takes parameters from the following stanzas in the file:
- [MSI]
- Contains general properties related to how the MQParms command runs and to
the installation of IBM® MQ. The properties that you can set in this stanza are listed in Installing a client using msiexec, and Table 1.
MQParms ignores any other stanzas in the file. The stanza parameters are in the form property=value, where property is always interpreted as
uppercase, but value is case sensitive. If a value string includes a blank, it must be enclosed in
double quotation marks. Most other values can be enclosed in double quotation marks. Some properties
can take more than one value, for example:
ADDLOCAL="Server,Client"
To clear a property, set its value to an empty string, for example:
REINSTALL=""
The following tables show the properties that you can set. The default is shown in bold.
For the [MSI] stanza, you can enter standard MSI command line options and properties. For
example:
- /q
- ADDLOCAL="client"
- REBOOT=Suppress
Table 1 shows additional properties in the stanza that
affect how the
MQParms command runs, but that do not affect the installation.
| Property | Values | Description |
|---|---|---|
| MQPLOG | path | file_name | MQParms generates a text log file with the specified name and location. |
| MQPLANGUAGE |
system |user|
transform_value |existing |
The installation language. system. Install using the language of the default system locale (the default). user. Install using the language of the default locale of the user. transform_value. Install using the language specified by this value. See Table 2.
existing. If MQ already exists on the system, the same language will be used by default, otherwise system is used. |
| MQPSMS | 0 |no | 0 or no. MQParms does not wait for the
msiexec command to end (the default). Any other value.
MQParms waits for the |
| MQPINUSE | 0 |1 | If MQPINUSE is set to 1, MQParms continues installing even if IBM MQ files are in use. If this option is used a reboot will be required to complete the installation. |
| Language | Valid values | ||
|---|---|---|---|
| U.S. English | English | en_us | 1033 |
| German | German | de_de | 1031 |
| French | French | fr_fr | 1036 |
| Spanish | Spanish | es_es | 1034 |
| Italian | Italian | it_it | 1040 |
| Brazilian Portuguese | pt_br | 1046 | |
| Japanese | Japanese | ja_jp | 1041 |
| Korean | Korean | ko_kr | 1042 |
| Simplified Chinese | zh_cn | 2052 | |
| Traditional Chinese | zh_tw | 1028 | |
| Czech | Czech | cs_cz | 1029 |
| Hungarian | Hungarian | hu_hu | 1038 |
| Polish | Polish | pl_pl | 1045 |
A typical example of a parameter file is:
[MSI]
MQPLANGUAGE=1033
MQPLOG=%temp%\MQParms.log
MQPSMS=no
ADDLOCAL=CLIENT
/m miffile
REMOVE=""
/l*v c:\install.log