Call third party .exe from windows service c#
I want to call third party .exe from my windows service.How can i do that with c#?
When i run service in debug mode i can call .exe. It is working with "Process.start("path of .exe")" on service start.
But when i create setup project for installing service , .exe is not called on service start.