Modifying an installation using silent mode

Use this procedure to modify an existing silent installation.

About this task

To use a silent installation to modify an existing installation, you must edit your installation response file.

Attention: Although code examples might show with line breaks in the following content, the text between <.../> must be entered in the response file as one line without breaks.

Procedure

To modify your installation, set the modify parameter to true and list the features that you want to add.
For example:
<install modify='true'>
<offering id='com.ibm.mdm.advanced' version='11.5.0.v20160412-1501' profile='IBM InfoSphere Master Data Management' 
features='com.ibm.mdm.install.iu.localization.feature,com.ibm.im.mdm.db.feature,com.ibm.im.mdm.app.feature,com.ibm.mdm.ba.webapp.feature,com.ibm.mdm.pd.webapp.feature,com.ibm.mdm.wb.webapp.feature,com.ibm.mdm.ev.webapp.feature,com.ibm.mdm.inspector.webapp.feature,com.ibm.mdm.ba.webapp.sample.feature' installFixes='none'/>
</install>