Upgrading all CCS components in silent mode

Perform the following procedure to upgrade all CCS components in silent mode.
Read the end-user license agreement eula.txt located in the product media before proceeding with the upgrade.
All inputs required in the response file are case-sensitive. Ensure that you use the correct case for each value. For example, where "True" is required, enter "True" and not "true".
  1. To upgrade all CCS components in silent mode
    You can upgrade all CCS components installed on a single computer.
  2. You require the
    CCS_Suite_Upgrade
    response file to upgrade the CCS components. The response file is located in the Documentation\Utilities\Silent Install folder. Copy the response file to the local computer, and then edit the response file to provide user inputs required during the upgrade.
    For example, in the response file, provide the path of the license file at
    <License File="<path>"/>
    Where,
    <path>
    is the path of the license file, for example,
    c:\Temp\2109884.sif
    The user inputs required in the response file correspond to the user inputs required during UI-based installation. For a detailed explanation of each input refer to the field description tables in the UI-based installation section.
    The CCS Core license is required to upgrade the CCS Application Server and the CCS Maintenance license is required to upgrade the default CCS Content during the CCS upgrade.
  3. On the command prompt, navigate the location of the
    SilentInstallLauncher.exe
    file.
    The
    SilentInstallLauncher.exe
    file is located in the Documentation\Utilities\Silent Install folder of the product media.
  4. Run the following command to upgrade all CCS components installed on a single computer:
    SilentInstallLauncher.exe /SetupPath="SetupExePath" /ResponseFile="ResponseFilePath"
    • SetupExePath
      is the location of the CCS setup file. The Setup file is located inside the CCS_Reporting folder of the product media.
    • ResponseFilePath
      is the location of the response file for upgrading the CCS components. Provide the location of the response file you edited in Step 1.