KNOWLEDGE BASE ARTICLE

Manually creating the windows service

If you have inadvertently removed the windows service or if was unsuccessfully installed during the setup.exe routine, you can easily create the service manually. To do this, follow the steps below:

  1. From the Windows Start menu, locate the Command Prompt program icon
  2. Right-click the icon and select "Run As Administrator"
  3. Type the following command and press enter

sc create UmangoConvertSvc binpath= "\UmangoConvertSvc.exe" type= own start= auto

  1. From the Windows Start menu, locate the "Computer" program icon
  2. Right click "Computer" and select "Manage"
  3. Open the tree branches to reveal "Services"
  4. Select the UmangoConvertSvc, right-click and select "Run"
  5. The Umango Convert windows service is now installed and running

Link to this article http://umango.com/KB?article=31