Installing FTM in silent mode

The FTM repository file, ftm_repo.zip, contains the following sample response files:
/silent/ftm_install.rsp    [to install FTM]
/silent/ftm_uninstall.rsp  [to uninstall FTM]
These sample files must be adapted to your environment before they can be used.
To install FTM in silent mode:
  1. Extract and copy the response file for silent installation (silent/ftm_install.rsp) to a temporary directory and ensure that you have write permissions to the response file.
  2. Edit the response file:
    • To set the installation repository, locate the following tag and replace FTM Repository location with the full path and name of the FTM installation package (Installation Manager repository):
      <repository location='FTM Repository location'/>
    • To set the FTM installation directory, locate the following tags and replace FTM Installation directory with your installation directory:
      <profile id='IBM Financial Transaction Manager' installLocation='FTM Installation directory'>
      <data key='eclipseLocation' value='FTM Installation directory'>
    • To set the IBM® Installation Manager shared resources directory, locate the following tag and replace IIM Shared resources location with the correct directory:
      <preference name='com.ibm.cic.common.core.preferences.eclipseCache' value='IIM Shared resources location'/>
  3. Save the response file.
  4. View the license agreement by using the following IBM Installation Manager command:
    imcl viewLicense com.ibm.fxh.v3213 -repositories <FTMrepodir>/ftm_repo.zip
    where <FTMrepodir> is the directory where the FTM repository file is installed.
  5. To start IBM Installation Manager in silent mode, from the directory that contains the response file, issue the following command on a single line:
    imcl -input ftm_install.rsp -acceptLicense -log log/ftm_install.log