Pascal Scripting: WizardSelectTasks

Prototype

procedure WizardSelectTasks(const Tasks: String);

Description

Selects the specified comma separated list of task names.

If a task name is prefixed with a ! character, the task will be deselected.

This function does not change the state of unspecified tasks.

Example:
begin
  WizardSelectTasks('!desktopicon');
  // the 'desktopicon' task is deselected
end;

See also

WizardSelectedTasks
WizardIsTaskSelected