I've created an application to install Mozilla Firefox. What I am trying to do is be able to Install either the Rapid Release version or the Extended Support Release version based upon which version a computer already has installed. I created the application and two deployment types that use registry based detection for the default key with a version #. (54.0 for RR and 52.2.0 for ESR). How can I prevent one then the other from installing, or specify that only the matching one that the client has will get installed? (I attempted to do this, and it installed the ESR, then the RR version).
Thanks!