Manually create the Agent Service

If the installer fails to properly create the Agent Service, use this guide to manually create the service.

Step-by-step guide


  1. Open the Command Prompt with admin-level rights.
  2. Run this command      cd "c:\program files\identity syncronizer"   
  3. Run this command      sc.exe create "Identity Syncronizer - Agent" binpath= "c:\program files\identity syncronizer\syncronizer.agent.service.exe"


Additionally, to delete the Agent Service, run this command:

sc.exe delete "Identity Syncronizer - Agent"