Adding the Server as a Windows Service

Add the server as a Windows service using the ServiceWrapper utility.

  1. Go to the installation directory where the ServiceWrapper is located.
    C:\<install_dir>\DC-15_0\bin 
  2. Execute the ServiceWrapper utility.
    ServiceWrapper.exe --install <service_name> --user=<userid> 
    --password<password> <install_dir>\DC-15_0\bin\DCStart.bat -S<server_name>
    where:
    • service_name is the Windows service name.

    • userid is the user name for the service that will run.

    • password is the password for the userid.

    • install_dir is the target installation directory where you installed the server.
    • server_name is the name of the server.

    For example:
    ServiceWrapper.exe
    --install dcw2ksrv
    --password=password
    C:\<install_dir>\DC-15_0\INSTALL\RUN_dcw2ksrvd.cmd