Currently, I have a project with a Windows Service. I also created another \"Setup Project\" which installs the Windows Service.
My question is this: Can I add anot
yes, you can have multiple services in the same project. Although they both use the same exe, they are loaded into different memory spaces and act independently of each other.