[wpkg-users] check for Vc-runtime like for flash
M. Pailler
david.pailler at ac-paris.fr
Sat May 30 10:10:11 CEST 2015
Hi,
I would to make xml for Microsoft Visual C++ 2010. But the path for the
uninstall check change with the version to test which can upgrade whith
Windows update without the action of wpkg.
Example:
<check type="uninstall" condition="versiongreaterorequal"
path="Microsoft Visual C++ 2010 x64 Redistributable - 10.0.30319"
value="%version%"/>
Will work.
But if an automatic update of windows is done, the condition is the good
, but the number on the path won't be the same and the check will fail.
For flash the check use regular expression, but I didn't succeed in find
the good one.
<check type="uninstall" condition="versionequalto" path="Adobe Flash
Player .+ ActiveX.*" value="%version%" />
If the real path is Adobe Flash Player 17 ActiveX this check works.
Would you have a idea for me?
Regards
--
David Pailler
Professeur certifié de Mathématiques
Personnel Ressource DSI
Lycée et collège Jules ferry
77 Bld de Clichy
75009 Paris
More information about the wpkg-users
mailing list