Creating a response file

You can install Replication Manager using a response file in combination with a console or silent installation. You must first create the response file.

NoteYou must provide the absolute path name for the response file you create.

To create a response file, do one of the following at the command line:

You can use RMP.response for future installations of the Replication Manager, either as is or edited for the new installation.

StepsEditing the response file

  1. Specify the installation location, where path is the full path and file name:

    -P installLocation=path
    

    Do not use special characters for the path name, such as blanks or periods.

  2. The setup type is only used when Sybase Central is already installed on the target machine, where installation_type—ADD_TO_EXISTING_SC or CREATE_NEW_SC_INSTALL—specifies the type of installation:

    -W ExistingWindowsSC60SelectionBean.selectSetupTypeId
    =installation_type
    

    If you want to install into the location where the existing Sybase Central is located, specify ADD_TO_EXISTING_SC. If you want to install into a new location other than the existing Sybase Central location, specify CREATE_NEW_SC_INSTALL.

  3. Specify the Shared JRE Location path for the appropriate platform where the installation is performed. The path must be the same as the installLocation setting. For example:

    -P installLocation=C:\Sybase
    
    -W SCPluginRegisterWinBean.sharedJreLocation=
    C:\Sybase\Shared\JRE_6_0_0