I am trying to write an application to do various things, one of the elements is going to require a service,
The service is called myService.vb and is part of the main solution containing frmMenu which has a button (btnRegister). Is it possible to programaticaly register this service?
Alternative question: How can accomplish this goal by another means, I am using Visual Studio 2013, the setup builders have been removed in this version I understand
Thanks in advance