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” </preference>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®)
Note: The
paths above are default values for this preference; typically, install packages
provide their own values for this preference.
|
You cannot change this location if you have already installed a package. |
com.ibm.cic.agent.core.pref.offering.service. repositories.areUsed | True or False | Change this preference to 'False' to disable it. When 'True', all linked repositories will be searched when products are installed or updated. |
com.ibm.cic.common.core.preferences. preserveDownloadedArtifacts | True or False | Change this preference to 'False' to disable it. When true, the files required to roll the package back to a previous version are stored on your system. When false, these files are not stored. If you do not store these files, you must connect to your original repository or media to roll back. |