(imported topic written by bdoellefeld)
Trying to understand why my 6.0.20.9 clients were not showing relevance for the version 6.0.21.5 upgrade fixlet. I understand that there is a separate fixlet (although I don’t know why… its the same upgrade exe) for pre 6.0.3.4 clients. The relevance I’m looking at is;
(exists regapp “besclient.exe”) AND (version of regapp “besclient.exe” >= “6.0.3.4” AND version of regapp “besclient.exe” < " AND version of regapp “besclient.exe” != “6.0.8.5” AND (not exists regapp “besrelay.exe” OR version of regapp “besrelay.exe” >= “6.0.3.4”))
Shouldn’t < " really be < “6.0.21.5” or <= “6.0.20.9”
Is there a reason that 6.0.20.9 should not be getting an upgrade to 6.0.21.5?
Thanks.