Silent installation preference commands

While you typically specify preferences using the Preferences window, you can also specify preferences (identified as keys) in a response file for use during a silent installation.
Note: You can specify more than one preference in a response file.

When you define preferences in a response file, your XML code will look similar to the following example:

<preference>
	name = “the key of the preference”
	value = “the value of the preference to be set” 
</preferences>
Use the following table to identify keys and their associated values for silent installation preferences:
Key Value Notes®
com.ibm.cic.common.core.preferences.logLocation Specifies the location of Installation Manager log file.
Important: This key is optional and is designed for testing and debugging. If you do not specify a location for the log file, both silent installation and the UI version of Installation Manager will use the same location.
com.ibm.cic.license.policy.location Specifies a URL that defines where the remote license policy file resides.  
com.ibm.cic.common.core.preferences. http.proxyEnabled True or False False is the default value.
com.ibm.cic.common.core.preferences. http.proxyHost Host name or IP address
com.ibm.cic.common.core.preferences. http.proxyPort Port number
com.ibm.cic.common.core.preferences. http.proxyUseSocks True or False False is the default value.
com.ibm.cic.common.core.preferences. SOCKS.proxyHost Host name or IP address  
com.ibm.cic.common.core.preferences. SOCKS.proxyPort Port number
com.ibm.cic.common.core.preferences. ftp.proxyEnabled True or False False is the default value.
com.ibm.cic.common.core.preferences. ftp.proxyHost Host name or IP address  
com.ibm.cic.common.core.preferences. ftp.proxyPort Port number  
com.ibm.cic.common.core.preferences.eclipseCache c:\IBM\common (Windows®)

/opt/IBM/common (Linux®)

You cannot change this location.

Feedback