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 that I can set this windows scheduled task at the installation.
Any idea if it’s possible and/or how?
Thank you very much
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
schtaskscommand line utility for a similar result.