I have a 3rd party .exe installer which along everything else that it install, it includes a windows service which is started automatically after finishing:
I can't install it because it keeps saying : "server xxxx failed to start, . Verify that you have sufficient privileges to start system services. Now, i've tried several things:
- run as admin
- re-starting RPC and win installer services
- unregister and register msiexec via cmd
- adding the user to log as service policy in local policies
- installing frameworks 4.5,4
and many others...
Curious is that it is installing right in a windows 10 build, but not on a brand new Windows 7 build x86 and x64.
as this is a "closed" .exe from a 3rd party I even tried a brand new custom windows service with a dummy exe and it's working.
thanks a lot