無聲自動安裝喜好設定指令

雖然您通常是利用「喜好設定」視窗來指定喜好設定,但您也可以在回應檔中指定喜好設定(識別為索引鍵),以便在無聲自動安裝期間使用。
註: 您可以在回應檔中,指定多個喜好設定。

當您在回應檔中定義喜好設定時,您的 XML 程式碼看起來會如同下列範例:

<preference>
	name = “the key of the preference”
	value = “the value of the preference to be set”
</preferences>
請利用下表來識別無聲自動安裝喜好設定的索引鍵及其相關值:
索引鍵 附註®
com.ibm.cic.common.core.preferences.installDataLocation 指定 Installation Manager 資料的安裝位置。
重要: 這個索引鍵是選用的,是專為了供測試和除錯使用而設計的。 如果您並未指定 Installation Manager 的安裝位置,Installation Manager 的無聲自動安裝和使用者介面版本會使用相同的位置。
com.ibm.cic.common.core.preferences.logLocation 指定 Installation Manager 日誌檔的位置。
重要: 這個索引鍵是選用的,是專為了測試和除錯而設計的。 如果您並未指定日誌檔的位置,Installation Manager 的無聲自動安裝和使用者介面版本會使用相同的位置。
com.ibm.cic.license.policy.location 指定用來定義遠端授權原則檔所在位置的 URL。  
com.ibm.cic.common.core.preferences. http.proxyEnabled TrueFalse False 是預設值。
com.ibm.cic.common.core.preferences. http.proxyHost 主機名稱或 IP 位址
com.ibm.cic.common.core.preferences. http.proxyPort 埠號
com.ibm.cic.common.core.preferences. http.proxyUseSocks TrueFalse False 是預設值。
com.ibm.cic.common.core.preferences. SOCKS.proxyHost 主機名稱或 IP 位址  
com.ibm.cic.common.core.preferences. SOCKS.proxyPort 埠號
com.ibm.cic.common.core.preferences. ftp.proxyEnabled TrueFalse False 是預設值。
com.ibm.cic.common.core.preferences. ftp.proxyHost 主機名稱或 IP 位址  
com.ibm.cic.common.core.preferences. ftp.proxyPort 埠號  
com.ibm.cic.common.core.preferences.eclipseCache 一般元件目錄  

意見