Reputation: 5056
I have a Console Appplication in Visual Basic, now I want to translate it in a Windows service. How can I do that? I have choose Project->Properties and then I have selected Windows Service from the drop down menu, but isn't enough, since something is missing (propably an installer?).
What's the complete procedure?
Upvotes: 2
Views: 2507
Reputation: 27322
Have a look at this page: Walkthrough: Creating a Windows Service Application in the Component Designer
Specifically the Section "Create Installers for your Service:"
Upvotes: 1