Priyanka Khaire

Priyanka Khaire

  • NA
  • 5
  • 1.2k

Call third party .exe from windows service c#

Feb 27 2019 11:15 PM
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.

Answers (3)