Currently there is no easy way to mix "AND's" and "OR's", yet a typical validation logic for us is something like "if the computer is in room 1 OR 2 OR 3 AND the file does not exist, then install"
If there was a way to nest the AND's and OR's or logically...