Microsoft
98-361 · Question #295
You are developing a new Windows service application. The application contains three different Windows services. Each service will have a different start type. Which of the following classes will…
The correct answer is B. System.ServiceProcess.ServiceInstaller class. See the full explanation below for the reasoning.
Question
You are developing a new Windows service application. The application contains three different Windows services. Each service will have a different start type. Which of the following classes will help you perform the installation tasks specific to each service? You must suggest a solution that requires the least coding effort.
Options
- ASystem.ServiceProcess.ServiceProcessInstaller
- BSystem.ServiceProcess.ServiceInstaller class
- CSystem.Configuration.Installer class
- DSystem.Configuration.Installer.ComponentInstaller class
How the community answered
(22 responses)- A9% (2)
- B73% (16)
- C14% (3)
- D5% (1)
Community Discussion
No community discussion yet for this question.