Skip to Main Content
Patch My PC Feature and Application Request

A community where customers and the community can provide feedback to make a better product for everyone! For more details on how we prioritize request, please see:

3 VOTE
Status NO GO :(
Created by Guest
Created on Aug 14, 2022

Add Syncovery to App Library

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.

  • Attach files
      Drop here to upload
    • Guest
      Reply
      |
      Aug 16, 2022

      Oh well, we'll ask the developer if they can adjust to the Major.Minor.Build convention in the future.


      Thanks Ben!

    • Admin
      Ben Whitmore
      Reply
      |
      Aug 16, 2022

      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

    • +2