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 > vc142 > Win32 > Release folder, where path is the directory where IVR is installed, double-click TpSCM.exe.
    The Trapeze Service Control Manager window appears.
    Trapeze6 Service Control Manager
  2. Click New.
    The Add New Service dialog 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 appears.
  5. Navigate to the path > Bin > vc142 > Win32 > Release folder, where path is the directory where IVR is installed.
  6. Click SrvShell.exe, and then click Open.
    The SrvShell.exe path and file name appear in the Target field.
  7. In the Log On As frame, select the Local System Account option.
  8. In the Startup frame, select the Automatic option.
  9. In the Parameters field, type the following:
    -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 (Primary or Secondary).

  10. In the Add New Service dialog, click OK.
  11. In the Trapeze6 Service Control Managerdialog, click Start.
  12. Click Close.