I have written a windows service that does a few simple tasks.
I would like to customise some properties for this service, that can be changed at runtime at a later date.

What's the best way to go about this?

I am thinking that by adding a form and a systray icon to my windows service I can popup a settings form when clicking on the systray icon.
This form would then alloow me to customize data...but where to save? Config file? Registry?
Any best practises on this?

Woka