Additional Information
The Windows Server 2003 Resource Kit Tools provide two utilities that allow you to create a user-defined service for Windows applications. One is
instrsrv.exe, which installs and removes system services from Windows, and the other is
srvany.exe, which allows any Windows application to run as a service.
By default, a newly created service is configured to run automatically when the system is restarted. Also, services do not have user interfaces, so your application must run without direct interaction on the front panel. You can still control the applications using methods like VI Server or network communication.
Install Application as Windows Service is an example that will automate this process for you.