Dear All,

I've installed and uninstalled Flash by adding / removing the profile to / from the host.

Now there's a rather strange check result:

<check result="true" value="%PKG_VERSION%" path="Adobe Flash Player .+ Plugin.*" condition="versiongreaterorequal" type="uninstall"/>

<check result="false" value="%PKG_VERSION%" path="Adobe Flash Player .+ ActiveX.*" condition="versiongreaterorequal" type="uninstall"/> </checkResults>

The tests were:

<check type="uninstall" condition="versiongreaterorequal" path="Adobe Flash Player .+ ActiveX.*" value="%PKG_VERSION%" />
        
<check type="uninstall" condition="versiongreaterorequal" path="Adobe Flash Player .+ Plugin.*" value="%PKG_VERSION%" />

Both registry keys don't exist now.

Why is one of the results true, the other one false?

When I add the profile to the host again the ActiveX and the Plugin Version is reinstalled. I thought the check is skipped, if there's a positive result in wpkg.xml. Why is the Plugin installed?

Thank you in advance.

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