I have windows service as separate Ser.exe file. It will install using command prompt with Installutil -i "Ser.exe path".
Also, I have setup project like this for windows application.
Now , I want to install Ser.exe during setup install. How to do this?