D
Daniele
Hi,
I have deployed a windows service, that starts with Local System account.
In some particular situations, I need to change the account for the service.
I don't want to tell the user to go on \Control Panel->Administrative
Tools->Services ecc..., but I want to show a dialog where the user can enter
user name and password to configure the service.
Is there a way to pass the account information to the service, when the
service is already deployed?
I looked for in the System.ServiceProcess namespace, but I haven't found it.
Thanks in advance,
Daniele
I have deployed a windows service, that starts with Local System account.
In some particular situations, I need to change the account for the service.
I don't want to tell the user to go on \Control Panel->Administrative
Tools->Services ecc..., but I want to show a dialog where the user can enter
user name and password to configure the service.
Is there a way to pass the account information to the service, when the
service is already deployed?
I looked for in the System.ServiceProcess namespace, but I haven't found it.
Thanks in advance,
Daniele