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.

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 filename:

    -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. InstallShield has predefined which features are installed with either the full or typical installation.

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

  3. Not on HP Tru64 UNIX, Mac OS X, or SGI – 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 lower case):

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