Installing a Windows Service
The .NET Framework enables you to create custom installer components. The custom installer components are the classes that an installation tool, such as installutil.exe, can use to properly install an application.
The following three installation components are used when creating an installer for the Windows service applications:
The System.ServiceProcess.ServiceProcessInstaller Class— This class creates the records for all the Windows services contained with the application in the Windows service database. You need to have just one instance of the ServiceProcessInstaller class in a Windows service application.
The System.ServiceProcess.ServiceInstaller Class— This class writes specific information about a Windows ...
Get MCAD/MCSD Training Guide (70-320): Developing XML Web Services and Server Components with Visual C#™ .NET and the Microsoft .NET Framework now with the O’Reilly learning platform.
O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.