How can I find out the folder where the windows service .exe file is installed dynamically?
Path.GetFullPath(relativePath);
returns a path base
Path.GetDirectoryName(System.Reflection.Assembly.GetEntryAssembly().Location)