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?
Simply add the
task scheduler command lineentries to the[Run]section of your script. The entries in that section are executed after the program is successfully installed.