Microsoft
98-361 · Question #297
You are developing a new Windows service application. The application contains three different Windows services. Before these services can be used, they must be installed in the Windows service…
The correct answer is D. Add a service installer to the Windows service project. See the full explanation below for the reasoning.
Question
You are developing a new Windows service application. The application contains three different Windows services. Before these services can be used, they must be installed in the Windows service database. What action should you take to ensure that your services can be installed by a Windows installer tool?
Options
- ACopy the service assembly to the global assembly cache.
- BAdd an event log installer to the Windows service project.
- CInherit the service from a ServiceBase class.
- DAdd a service installer to the Windows service project.
How the community answered
(39 responses)- A8% (3)
- B5% (2)
- C18% (7)
- D69% (27)
Community Discussion
No community discussion yet for this question.