I've been following a tutorial on http://michaelellerbeck.com/2009/01/12/creating-a-service-for-visual-basic-2008-express/ for creating a service using VB Express 2008. I got the first part working and managed to get the sample to install using InstallUtil, but the second part has you use a form with buttons to install and uninstall the service.
I'm wondering if there are instructions for installing the service from a command line so I could just change to a specific subdirectory and type "myservice /i" to install it or /u to uninstall it.
Any advice or tutorials to do this?