I have a Windows Service application I'm writing in Visual Studio 2003 and .NET 1.1. I want to install an event log for my service - so that if the user runs uninstall, it will remove the event log. I can do this using the VS setup tools.

1) I know I can install a service with SB, is there any issue with installing a service written in .NET?

2) I don't see anything about setting up event logs in SB docs. What's the easiest way to do this?