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

How to calculate SNR of signals in MATLAB? -

java - How to create Table using Apache PDFBox -

mpi - Why is MPI_Bsend not returning error even when the buffer is insufficient to accommodate all the messages -