Sample response file: Installing a package

This sample response file shows how to install a software package.

Starting with version 1.4.3, the acceptLicense='true' attribute has been deprecated. Use -acceptLicense on the command line.

Sample response file for installing a software package
<!-- 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/20100918_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>

+

Search Tips   |   Advanced Search