請利用 Installation Manager,以無聲自動方式解除安裝這個產品。
請參閱利用 IBM Installation Manager GUI 安裝 Edge Components或利用 IBM Installation Manager,以無聲自動方式安裝 Edge Components,以取得相關資訊。
IBMIM.exe -skipInstall "C:\temp\imRegistry"
-record C:\temp\uninstall_response_file.xml
./IBMIM -skipInstall /var/temp/imRegistry
-record /var/temp/uninstall_response_file.xml
./IBMIM -skipInstall user_home/var/temp/imRegistry
-record user_home/var/temp/uninstall_response_file.xml
在 Installation Manager 所用的實際代理程式資料位置上,不應使用 -skipInstall 作業。 不支援這個情況。請使用全新的寫入位置,再將這個位置重複用於進一步的記錄階段作業。
如需相關資訊,請參閱 Installation Manager 資訊中心。
例如:
imcl.exe
input C:\temp\uninstall_response_file.xml
-log C:\temp\uninstall_log.xml
./imcl
input /var/temp/uninstall_response_file.xml
-log /var/temp/uninstall_log.xml
./imcl
input user_home/var/temp/uninstall_response_file.xml
-log user_home/var/temp/uninstall_log.xml
移至 Installation Manager 資訊中心,以取得更進一步的資訊。
請參閱「Installation Manager 資訊中心」的>解除安裝 Installation Manager,以取得執行這個程序的相關資訊。
範例:解除安裝 Load Balancer for IPv4 的範例回應檔如下:
<?xml version="1.0" encoding="UTF-8" ?>
<agent-input>
<server>
<repository location='C:\repositories\edge80\local-repositories'/>
</server>
<profile installLocation='c:\program files\loadbalancer\ibm\edge\lb'>
<data key='eclipseLocation' value='c:\program files\loadbalancer\ibm\edge\lb'/>
<data key='cic.selector.nl' value='en, fr, it, zh, ru, zh_TW, de, ja, pl, es, cs, hu, ko, pt_BR'/>
</profile>
<uninstall modify='false'>
<offering id='com.ibm.websphere.EDGELBIPV4.v80' version='8.0.0.0'
profile='IBM WebSphere Edge Components: Load Balancer for IPV4 V8.0'
features='Dispatcher,Load Balancer,Metric Server'/>
</uninstall>
<preference name='com.ibm.cic.common.core.preferences.eclipseCache' value='C:\Program Files\IBM\IMShared'/>
<preference value='30' name='com.ibm.cic.common.core.preferences.connectTimeout' />
<preference value='30' name='com.ibm.cic.common.core.preferences.readTimeout' />
<preference value='0' name='com.ibm.cic.common.core.preferences.downloadAutoRetryCount' />
<preference value='true' name='offering.service.repositories.areUsed' />
<preference value='false' name='com.ibm.cic.common.core.preferences.ssl.nonsecureMode' />
<preference value='false'
name='com.ibm.cic.common.core.preferences.http.disablePreemptiveAuthentication' />
<preference value='true'
name='com.ibm.cic.common.core.preferences.preserveDownloadedArtifacts' />
<preference value='false' name='PassportAdvantageIsEnabled' />
<preference value='false'
name='com.ibm.cic.common.core.preferences.searchForUpdates' />
</agent-input>