I have a small console application that is installed along my (bigger) application. The setup is created with Inno Setup, which works very nice.
I want Inno Setup to add one or more tasks to the windows scheduler (that starts the console app). Is there a way to do that?
Open Start, Search for "Task Scheduler" and press enter to open "Task Scheduler". Right-click on the "Task Scheduler Library" and click on the "New Folder" option. Enter the name of the New folder and click on the "OK" button. Navigate the following: Task Scheduler Library > New Folder, then click on "Create Task".
Simply add the task scheduler command line
entries to the [Run]
section of your script. The entries in that section are executed after the program is successfully installed.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With