Hi,
We just recently moved to Lansweeper and now we are doing the firsts deployment packages. We wanted to upgrade Firefox and noticed there is so many different versions: three different languages version and two more with ESR. At the moment we don't want to limit which languages the users use but it should be the latest version. Now when we search for Firefox we got 12 different items, so there are a plenty of old versions too.
We have created a deployment which basically check if HKEY_LOCAL_MACHINE\SOFTWARE\Mozilla\Mozilla Firefox\CurrentValue has a value en-US (or de, or us-GB, ESR en-US, ESR de) and then continues to correct installation. Question is, can we (how) to create wildcard for different version value, like * en-US? Already tried *, %, && but no luck. The deployment works nicely when there is a new condition with exact value, like: 63.0.3 (x64 de)
Of course when everything is the latest version we can easily use the whole value and we can do it manually for the first time, but this is not the only case. We have several similar situation before our systems are up to date...
Any help would be appreciate!