I have an application written in vb.net 2008, and I want to convert this to a windows service. It does have an interface, but only to start/stop the application timer, and display a log. What are the steps to convert this into a windows service?