Install Windows Service with Recovery action to Restart

前端 未结 4 740
离开以前
离开以前 2020-11-29 18:40

I\'m installing a Windows Service using the ServiceProcessInstaller and ServiceInstaller classes.

I\'ve used the ServiceProcessInstal

4条回答
  •  独厮守ぢ
    2020-11-29 19:18

    I don't think it's part of the .NET API, but this might help:

    A ServiceInstaller Extension That Enables Recovery and Autostart Configuration

    Install a Windows service the way YOU want to! (C# version)

提交回复
热议问题