<html><head><style type='text/css'>p { margin: 0; }</style></head><body><div style='font-family: Times New Roman; font-size: 12pt; color: #000000'>does WPKG support nested check condition logic? for instance - something like this:<br><br>check type=logical condition=or<br>  check file A exists<br>  check file B exists<br>           check type=logical condition=and<br>                     check file=C exists<br>                     check file=D exists<br><br>so in order for the condition to return true - files C and D would both be needed and either A or B<br><br>I'm asking because I'm working on an interface to build packages and associate them to machines and profiles in such a way that it will make managing a large number of machines much easier. the logic for manipulating the check conditions is a little tricky so before i go through all the hassle of coding it I want to make sure the resultant XML is going to be parsed correctly. if WPKG only supports one level of logic that's OK too. i just don't want to waste time on the interface if its not supported.<br><br>thanks<br><br>-- <br>-- <br>W. Chris Shank <br>ACE Technology Group <br>www.myRemoteITdept.com <br> <br><br></div></body></html>