Web Services Question:

What class in .NET is used to install a Windows service?

Web Services Interview Question
Web Services Interview Question

Answer:

The ServiceInstaller class, also known as the project installer class, is used to install a Windows service.


Previous QuestionNext Question
Is it true that while installing a Windows service, an EventLogInstaller class is automatically created to install the event log related to the particular service?Tell me what class in .NET is used to install a Windows service?