المساعد الشخصي الرقمي

مشاهدة النسخة كاملة : Couple of questions regarding Windows Service in C#



C# Programming
10-17-2009, 05:14 PM
Hi,

I am developing a Windows service in C#. I have couple of question on that.

1. Is it possible to set a Start up parameter during installation of the service? I know that I can pass a parameter while calling ServiceController.Start() method. But the service start type is Autometic and I want the service to run everytime with the same parameter.

2. Is it possible to uninstall the service from within. Say if I meet certain criteria in the service work flow, I want to uninstall the service. Is it possible?


Thanks.