Unattended Installation and Uninstallation of Content Composer - Installation - Foundation 23.2 - Foundation 23.2 - Ready - Content Composer - external

Content Composer Installation

Platform
Content Composer
Product
Installation
Release
Foundation 23.2
License

The Content Composer installation package provides predefined CMD files that you can use for an unattended installation or uninstallation.

CMD File Description

Install_CoCo_Complete.cmd

Installs all Content Composer components.

Install_CoCo_Studio_64bit.cmd

Install the 64bit Studio version only.

Install_CoCo_Studio_Client_64bit.cmd

Installs the 64bit Studio and Client version.

Uninstall_CoCo.cmd

Installs all Content Composer components.

Parameters

The following table lists the parameters used for the silent installation and uninstallation of Content Composer.

Parameter Description
/s

Runs the installation or uninstallation in silent mode.

/x

Uninstalls the product.

/v”Parameter”

Passes the Windows installer (MSI) parameters to the Windows installer.

Notes

  • Specify command line options, which require a parameter, without spaces between the option and its parameter.

    Valid example: Setup.exe /v"/qn"

    Invalid example Setup.exe /v "/qn"

  • Quotation marks around the parameter of an option are only required if the parameter contains spaces.

    If a path within a parameter contains spaces, enclose the path in quotation marks as well.

    Example Setup.exe v"/l*v \"C:\Composer Log File.txt\""

You can pass the following parameters to MSI.
/qn Performs a silent installation or uninstallation.
/l*v logfilepath Sets the path and filename of install log file.
ADDLOCAL= Component Specifies the Content Composer components to install.
  • Client. Installs Content Composer Client.
  • Studio64. Installs Content Composer Studio.
  • Server64. Installs Content Composer Server.
Note: Use a comma to separate multiple instructions.