Running the Service Shell as a Windows Service

You can install the Service shell as a Windows service that runs automatically when you start the computer.

  1. In the path\Bin\vc12\x64\Release folder, where path is the directory where COM is installed, double-click TpSCM.exe.

    The Trapeze Service Control Manager dialog box appears.

    Trapeze Service Control Manager dialog box
  2. Click New.

    The Add New Service dialog box appears.

    Add New Service dialog box

  3. In the Name field, type a name for the service.
  4. Click the ellipsis (...) button beside the Target field.

    The Open dialog box appears.

  5. Navigate to the path\Bin\vc12\x64\Release folder, where path is the directory where COM is installed, click SrvShell.exe, and then click Open.

    The SrvShell.exe path and file name appear in the Target field.

  6. In the Log On As frame, select the Local System Account option.
  7. In the Startup frame, select the Automatic option.
  8. In the Parameters field, type the following command: -config profileName.profile -id=Server where:

    profileName is the name of the profile that you want to use.

    Server is the server specified in the profile such as Primary or Secondary.

  9. Click OK.
  10. In the Trapeze Service Control Manager dialog box, click Start.
  11. Click Close.