procedure WizardSelectTasks(const Tasks: String);
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.
begin WizardSelectTasks('!desktopicon'); // the 'desktopicon' task is deselected end;