When running the install silently you can specify an options file. The
options file allows you to:
- Set the install to silent
- Change the install location
- Select which features to install
The following example options file sets the install to run silently,
sets the install location to
C:\MQe, and
chooses to install all features.
#specify silent install
-silent
#set features to active
-P Java.active=true
-P Documentation.active=true
-P CBindings.active=true
-P Native.active=true
-P Palm.active=false
#Set the install location
-P MQe.installLocation="C:\MQe"
Note: - Include the -is:silent flag in the options file if running
the install from a launcher.
- Do not leave any blank lines in the options.txt file.
- Start all lines with # or a valid command.
- You can have multiple commands on a single line.