<!-- 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 Software Delivery Platform' installLocation='c:/temp/my_profile'></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 features='core' id='ies' installFixes='none'></offering>
</install>
<!-- Add product preferences. -->
<preference name='' value='true' />
</agent-input>
|