[wpkg-users] Logical conditions: are complex statements supported?

Johannes.Brix at evidian.com Johannes.Brix at evidian.com
Mon Aug 17 11:01:56 CEST 2009


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



More information about the wpkg-users mailing list