Installing with a response file

You can install Replication Server 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 REP.response for future installations of Replication Server, 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. Specify the setup type, where installation_type specifies the type of installation (Full, Typical, or Custom):

    -W setupTypes.selectedSetupTypeId=installation_type
    

    If you specify either the Full or Typical installation, you do not need to uncomment the individual features; these features have been predefined as installed.

    If you choose the Custom installation, you must uncomment the desired features and set their values to “true.”

  3. The last line in the response file allows you to specify if you want to start a sample Replication Server. You must uncomment this line and specify either “yes” or “no” (case sensitive; use all lowercase):

    -W ConfigureReplicationServer.Yes-or-No="no"