[wpkg-users] WPKG on Windows 8
Stefan Pendl
stefan.pendl.71 at gmail.com
Tue Aug 28 15:51:25 CEST 2012
Am 28.08.2012 15:44, schrieb jurgen.depicker at let.be:
> Dear Rainer,
>
> I was wondering how you exluded the flashplayer activex, since you wrote
> on
> http://lists.wpkg.org/pipermail/wpkg-users/2011-November/008252.htmlthat
> you were against this non-feature ;-).
>
> Did you use such a method as described in
> http://lists.wpkg.org/pipermail/wpkg-users/2011-December/008424.html:
> <profile id='CommonTools'>
> <package package-id='Foxit'>
> <condition>
> <check type="logical" condition="not">
> <check type="host" condition="hostname" value="^TOTO$" />
> </check>
> </condition>
> </package>
> <!-- all your 30packages -->
> </profile>
>
I think he used something like the code below.
One could as well check the installed IE release.
'---code start (watch for line wraps)
<profile id='CommonTools'>
<package package-id='Foxit'>
<condition>
<check type="logical" condition="not">
<check type="host" condition="os" value="6\.2\.\d{4}" />
</check>
</condition>
</package>
<!-- all your 30packages -->
</profile>
'---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?
More information about the wpkg-users
mailing list