Setup project for a windows service and the event log
问题 I got a setup project that installs a windows service. We are registering a event log source in a custom log which should be used by the winservice project (how and why is not important). My problem is that the setup project tries to create an event log source per default. By doing so it get's an error message ( "Error 1001" source XXX already exists on local computer ) and rolls back. I have looked everywhere and I cannot find where the registration is done or how I can turn it off. How can