Hi folks,
i have installed my own custom Windows Service. I need to find out the physical path, where the service exists.
eg.
log4net.Config.XmlConfigurator.Configure(
new System.IO.FileInfo(<insert path here> + "log4net.config"));
Any ideas?