We use this program in our org for backing up our user's data. It would be very useful if you could include this app in your catalogue. The installer seems to be created with Inno Setup; the Silent Install Switches I'm including are the ones that we currently use to make the installation completely silent - most are self explanatory, except maybe the last one which makes it only create the start menu icons, and avoid creating desktop or quick-launch icons.
Oh well, we'll ask the developer if they can adjust to the Major.Minor.Build convention in the future.
Thanks Ben!
Unfortunately, the vendor stores the version string in a way that we cannot support.
We cannot perform an accurate evaluation of the application version using, for example, a string of "9.48c"
App versions are evaluated with a "greaterthanorequalto" operator to evaluate if an app is up-to-date. To detect if an app update is applicable we evaluate the app version using the "lessthan" operator. Most apps, even non-MSI's, conform to the common version format of Major.Minor.Build as per
https://docs.microsoft.com/en-us/windows/win32/msi/productversion
https://docs.microsoft.com/en-us/windows/win32/msi/version