Scheduled Tasks (Server Configuration)
The
page lets you configure tasks to run on the target system using the Windows Task Scheduler as part of your setup.Scheduling a Task
To schedule a task, follow these steps:
- Click the button. The dialog box appears.
- Fill in the dialog fields.
- Click to accept your changes.
Updating a Scheduled Task
To update a scheduled task, follow these steps:
- Select the task to update.
- Click the button.
- Update the dialog fields.
Removing a Scheduled Task
To cancel scheduling a task, follow these steps:
- Select the task to cancel.
- Click the button.
Scripting Details
The two-way integrated IDE emits or updates the underlying setup script every time the visual view is used. If you are using InstallAware scripting in your setups, the following information identifies the changes made by this visual page to your setup script.
Commands Used
This page emits the following types of scripting commands: Delete Scheduled Task, Schedule Task. Additional general scripting commands may be emitted.
Commands Required
This page requires the following scripting commands to be already present in your setup script: Apply Install, Apply Uninstall.