Am 16.01.2012 14:47, schrieb David Petterson:
Is there a way I can use the new features to NOT install a certain
package on Windows XP 64-bit version?

Can I use a logical NOT with the OS=value?


Yes, this is possible, see below.


'---code start (watch for line wraps)

<include package-id="JRE7">
    <condition>
        <check type="logical" condition="not">
            <check type="host" condition="os" value="5\.0\.\d{4}"/>
        </check>
    </condition>
</include>

'---code end

--
Stefan P.

Top-posting:
A: Because it messes up the order in which people normally read text.
Q: Why is top-posting such a bad thing?
A: Top-posting.
Q: What is the most annoying thing in e-mail?
-------------------------------------------------------------------------
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