Is there a way to install services remotely, without necessarily resorting to .msi packages or full-blown installers? I'm currently using a method similar to the one discussed here:
http://stackoverflow.com/questions/358700/how-to-install-a-windows-service-programmatically-in-c
to install a service locally, and it works fine. However, I also need to be able to do the same thing remotely. I appreciate any insight.