Add a scheduled task at the setup?

后端 未结 2 1254
你的背包
你的背包 2020-12-31 16:34

I\'ve a little c# application, and I have to create a scheduled task for this application.

I have a Setup which installs the application, and the best case will be t

2条回答
  •  陌清茗
    陌清茗 (楼主)
    2020-12-31 16:57

    There is a Task Scheduler Managed Wrapper on codeplex - this can be used to create a small console application that will setup a task and can be run by your installer.

    You can also run the schtasks command line utility for a similar result.

提交回复
热议问题