Exam 98-362: Windows Development Fundamentals/Creating Windows Services Applications

From Wikiversity
Jump to navigation Jump to search

This lesson covers Creating Windows Services Applications. It looks at creating and installing Windows Services applications.

Activity 1 - Create a Windows Services Application[edit | edit source]

This objective may include but is not limited to: inheriting the ServiceBase class; writing code in the Main method; overriding the OnStart and OnStop procedures.

  1. Read Introduction to Windows Service Applications.
  2. Read Developing Windows Service Applications.

Activity 2 - Install a Windows Services Application[edit | edit source]

This objective may include but is not limited to: creating installers for Windows Services; installing services on a target computer.

  1. Read How to: Install and Uninstall Services.
  2. Read How to: Add Installers to Your Service Application.

References[edit | edit source]