I'm installing a Windows Service using the ServiceProcessInstaller
and ServiceInstaller
classes.
I've used the ServiceProcessInstaller
to set the start type, name, etc. But how do I set the recovery action to Restart?
I know I can do it manually after the service is installed by going to the Services management console and changing the settings on the recovery tab of the service's properties, but is there a way to do it during the install?
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…