[wpkg-users] check for Vc-runtime like for flash

Stefan Pendl stefan.pendl.71 at gmail.com
Sat May 30 10:21:21 CEST 2015


Am 30.05.2015 um 10:10 schrieb M. Pailler:
> <check type="uninstall" condition="versiongreaterorequal"
> path="Microsoft Visual C++ 2010  x64 Redistributable - 10.0.30319"
> value="%version%"/>

How about the following regular expression?

<check type="uninstall" condition="versiongreaterorequal" 
path="Microsoft Visual C\+\+ 2010 x64 Redistributable.*" 
value="%version%"/>

Since value already contains the DisplayVersion, which should be enough, 
the DisplayName could be used in a truncated way.

-- 
*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