> <check type='file' condition='exists' path='%PATH1%' /> > <check type='file' condition='notexists' path='%PATH2%' /> Surely this is equivalent to the existing conditions: <check type='file' condition='exists' path='%PATH1%' /> <check type='logical' condition='not' /> <check type='file' condition='exists' path='%PATH2%' /> </check> Yours, Frank |