I'm creating a Smart Group (and corresponding Policy) to update MS Silverlight plug-in.
Based on this logic:
Plug-in title HAS "Silverlight.plugin"
AND
Plug-in Version IS NOT "5.1"
(then my related Policy installs the 5.1 package at start-up)
If hypothetically MS updates Silverlight to version 6 (and my Mac users install it), and I dont update my packages and my Smart Group's logic
Will my Policy try and re-install my 5.1 package over and over again?
Im just wondering if the Smart Group is smart enough to know that SIlverlight 6 is never than Silverlight 5.1 and therefore no try to install again.