0

I have a Windows service installer. It can install and is working correctly on my machine. But it gives an error when installing on a client machine. The error as follows:

Verify that you have sufficient privileges to start system services.

How do I solve this problem?

Peter Mortensen
  • 30,738
  • 21
  • 105
  • 131
Programmer
  • 390
  • 2
  • 17

1 Answers1

2

Debug your service installer using the information in the answer to Stack Overflow question Failed to install and start Windows services in WiX installer to find the root cause of the issue.

Community
  • 1
  • 1
Vinoth
  • 1,975
  • 21
  • 34