Installation Manager 설치 프로그램을 사용하면 Installation Manager를 자동으로 설치할 수 있습니다.
Installation Manager 설치 프로그램은 Installation Manager를 설치하는 데 사용됩니다. Installation Manager를 관리자 모드 또는 비관리자 모드로 설치할 수 있습니다. 다음 예제에 따라 Installation Manager를 설치하십시오.
install.xml 응답 파일을 수정하여 Installation Manager의 기본 위치를 변경할 수 있습니다.
<?xml version="1.0" encoding="UTF-8"?> <agent-input clean='true' temporary='true'> <!-- add a profile and specify the installation location using the data value attribute. The location must end in \eclipse --> <profile kind='self' installLocation='C:\IBM\InstallationManager\eclipse' id='IBM Installation Manager'> <data key='eclipseLocation' value='C:\IBM\InstallationManager\eclipse'/> </profile> <server> <repository location='.'/> </server> <!-- add the profile information but do not modify the features, id, and version number --> <install> <offering profile='IBM Installation Manager' features='agent_core,agent_jre' id='com.ibm.cic.agent' version='1.4.3.20110624_0100'/> </install> </agent-input>