To register the service in the Windows Service
administration, complete the following steps.
- Open a command prompt window as an administrator and navigate to the %Composerdir% directory.
-
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"