샘플 응답 파일: 패키지 설치

다음 파일은 소프트웨어 패키지를 설치하는 샘플 응답 파일입니다.
소프트웨어 패키지 설치에 필요한 샘플 응답 파일
<!-- Include XML encoding. -->
<?xml version="1.0" encoding="UTF-8"?>

<!-- Response file attributes. -->
<agent-input clean='true' temporary='false'>

<!-- Create the profile if it does not exist. -->
<profile id='IBM Data Studio' installLocation='C:\Program Files\IBM\DS_version'></profile>

<!-- Specify a repository to retrieve installation files from. -->
<server>
<repository location='http://a.site.com/local/products/sample/20110918_1542/repository.config'></repository>
</server>

<!-- Use the default installation location and choose the latest version of the offering that is available in the repository. -->
<install modify='true'>
<offering id='com.ibm.datastudio.int.e36' profile='IBM Data Studio' features='com.ibm.ids.core,com.ibm.app.dev,com.ibm.db.admin,tune' />
</install>

<!-- Add product preferences. -->
<preference name='' value='true' />

</agent-input>

피드백