Silent installation with option files

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:
  1. Include the -is:silent flag in the options file if running the install from a launcher.
  2. Do not leave any blank lines in the options.txt file.
  3. Start all lines with # or a valid command.
  4. You can have multiple commands on a single line.
The following examples show how to run the installer with an options file:
From the jar file
java -cp setup.jar run -options C:\options.txt
From a launcher
setup.exe -options C:\options.txt

Terms of use | WebSphere software

(c) Copyright IBM Corporation 2004, 2005. All rights reserved.