[SOLVED] Creating a "Schedule task" other than "daily"
Published: November 16, 2016 - 6:03 PM
Hello everyone.
I'd like to create a PatchCleaner package (http://www.homedev.com.au/free/patchcleaner).
It's software that cleans up Windows updates, which is quite useful for freeing up hard drive space.
It has a CLI that allows you to run the cleanup in "quiet" mode.
I wanted to use setuphelpers to create a scheduled task, but it seems there's no option to create a weekly task instead of a daily one.
So I was wondering if there's a workaround in the works, or if the only way for me is to use "shell_launch"/"run" or something similar with the Windows command "sc".
Thanks in advance
I'd like to create a PatchCleaner package (http://www.homedev.com.au/free/patchcleaner).
It's software that cleans up Windows updates, which is quite useful for freeing up hard drive space.
It has a CLI that allows you to run the cleanup in "quiet" mode.
I wanted to use setuphelpers to create a scheduled task, but it seems there's no option to create a weekly task instead of a daily one.
So I was wondering if there's a workaround in the works, or if the only way for me is to use "shell_launch"/"run" or something similar with the Windows command "sc".
Thanks in advance