c++ - Install Windows Service and Console Application using a single setup and deployment -


i have created console application works background app in c++. trying run application through windows service start automatically if app crashed.

what can't create windows service can trigger xxx.exe.

how can make windows service , background application single setup file installation ?


Popular posts from this blog

Php - Delimiter must not be alphanumeric or backslash -

c# - How to change the "Applies To" field under folder auditing options programatically (.NET) -

c++ - Ambiguity when using boost::assign::list_of to construct a std::vector -