Registering the Service - Advanced Design and Setup - Foundation 23.2 - Foundation 23.2 - Ready - Content Composer - external

Content Composer Advanced Design and Setup

Platform
Content Composer
Product
Advanced Design and Setup
Release
Foundation 23.2
License
To register the service in the Windows Service administration, complete the following steps.
  1. Open a command prompt window as an administrator and navigate to the %Composerdir% directory.
  2. Execute the following command, replacing the placeholders with the required parameters.
    Install_Composer_service "[ServiceName]" "[DisplayName]" "[ImageName]" "[Description]"
    Parameter Description

    ServiceName

    Name of the service in the service administration.

    DisplayName

    Display name of this service in the service management console.

    ImageName

    Name of the EXE file.

    Description

    Description of the service in the service administration.

    Install_Composer_service "BatchService" "BatchServiceComposer" "BatchServiceHost.exe" "Composer Tools Service"