I have an Inno Setup that installs a bunch of scripts and batch files that
need to be scheduled. I would like to know two things:
1) Does anyone have a script/routine that can be invoked from Inno that can
schedule a predeteremined task?
2) I was thinking it would be nice to have a basic form that the user can
pick what day of week, time, etc., a scheduled item can be run. The form
information woudl then be interpreted and then create the scheduled task.
Has anyone done anything like this before?
I see I can use the Win32_ScheduledJob service tasks within WinMgmts:, but
it appears to create the task under the "AT" command. Although it shows up
under the "Explorer Scheduled Tasks" view, it cannot be edited. I must edit
from the AT command.
Anyone have any clue why?