I am developing a simple Logger Service (C#2.0) which logs message arrived (via MSMQ) from different clients. Logger Service logging mechanism is using log4net library. I want to have separate file for log4net configuration. Service is supposed to be installed together with another applications in one common installation package (using WISE). I want that Logger Service will be provided with that default log4net config file at first installation and write that file on installation directory only if it is missing, otherwise keep existing file.
Please help the newbie.
Have i manage it in installation package or in service.. or in both places? What is the best way? Any suggestions are welcome.