Hello,

I have a question concerning logical conditions:
Are complex conditions supported like the one below?

<check type="logical" condition="and">
   <check type="uninstall" condition="exists" path="Symantec Endpoint 
Protection" />
   <check type="logical" condition="or">
      <check type="registry" condition="equals" 
path="HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows 
NT\CurrentVersion\CurrentVersion" value="5.0" />
      <check type="registry" condition="equals" 
path="HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows 
NT\CurrentVersion\CurrentVersion" value="6.0" />
   </check>
</check>

Kind regards,
Johannes
-------------------------------------------------------------------------
wpkg-users mailing list archives >> http://lists.wpkg.org/pipermail/wpkg-users/
_______________________________________________
wpkg-users mailing list
wpkg-users@lists.wpkg.org
http://lists.wpkg.org/mailman/listinfo/wpkg-users

Reply via email to