You can install the WebSphere Customization Toolbox using Installation Manager response files.
Using Installation Manager, you can work with response files to install the WebSphere Customization Toolbox in a variety of ways. You can record a response file using the GUI as described in the following procedure, or you can generate a new response file by hand or by taking an example and modifying it.
<?xml version="1.0" encoding="UTF-8"?> <agent-input clean="true" temporary="true"> <server> <repository location="http://www.ibm.com/software/repositorymanager/com.ibm.websphere.WCT.v80" /> </server> <install modify='false'> <offering id='com.ibm.websphere.WCT.v80' profile='WebSphere Customization Toolbox V8.0' features='core.feature,pct,zpmt,zmmt' installFixes='none'/> </install> <profile id='WebSphere Customization Toolbox V8.0' installLocation='C:\Program Files\IBM\WebSphere\Toolbox'> <data key='eclipseLocation' value='C:\Program Files\IBM\WebSphere\Toolbox'/> <data key='user.import.profile' value='false'/> <data key='user.select.64bit.image,com.ibm.websphere.WCT.v80' value='false'/> <data key='cic.selector.nl' value='en'/> </profile> </agent-input>
<offering profile='WebSphere Customization Toolbox V8.0' features='core.feature,zpmt,zmmt,pct,installtools' id='com.ibm.websphere.WCT.v80'/>where zpmt indicates the Profile Management Tool (z/OS only), zmmt indicates the z/OS Migration Management Tool, pct indicates the Web Server Plug-ins Configuration Tool, and installtools indicates the Remote Installation Tool for IBM i.
In this information ...Related information
| IBM Redbooks, demos, education, and more(Index) |