Event triggered Scheduled Tasks

To schedule tasks On an Event add your custom query to the Event query subscription field.

NoteThis field is formatted, so any conflicting special characters references must be escaped.

Example

<QueryList>
  <Query Id="0" Path="Application">
    <Select Path="Application">*[System[Provider[@Name='Advanced Installer 13.5 License Service']]]</Select>
  </Query>
</QueryList>

The above example should be included like this:

<QueryList>
  <Query Id="0" Path="Application">
    <Select Path="Application">*[\[]System[\[]Provider[\[]@Name='Advanced Installer 13.5 License Service'[\]][\]][\]]</Select>
  </Query>
</QueryList>