
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-25-2018 10:36 PM
I've seen some posts here mentioning how hard it is to report on software versions that are greater or lesser than in the reporting tool. It makes sense, since the version string can vary widely and is stored as characters.
So, with that said, does the file version logic in the Deployment also suffer from this restriction?
I'm trying to upgrade and downgrade versions of Citrix Web Receiver and the version numbers are like "14.9.0.2539". I'd like to upgrade any clients that are less than or downgrade any clients that are greater than.
I can't find any documentation detailing how this version logic works.
So, with that said, does the file version logic in the Deployment also suffer from this restriction?
I'm trying to upgrade and downgrade versions of Citrix Web Receiver and the version numbers are like "14.9.0.2539". I'd like to upgrade any clients that are less than or downgrade any clients that are greater than.
I can't find any documentation detailing how this version logic works.
Labels:
- Labels:
-
General Discussion
3 REPLIES 3

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-02-2018 05:40 PM
I had to test it myself to be sure. I have a file has product version 3.0 and file version 3.0.0.0
Test 1: Condition for has version 3.0. Success
Test 2: Condition for has version 3.0.0.0. Success
So long story short, it seems to not matter. I assume that it checks if either is equal.
Test 1: Condition for has version 3.0. Success
Test 2: Condition for has version 3.0.0.0. Success
So long story short, it seems to not matter. I assume that it checks if either is equal.

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-29-2018 11:16 PM
A follow up to this discussion. When choosing the Condition of "Has Version", is it looking at the "File Version" or the "Product Version" that you see in the properties details of the file?
I have a file that is a product version of "1.4.5" but the file version is "1.4.5.0".
Thanks!
I have a file that is a product version of "1.4.5" but the file version is "1.4.5.0".
Thanks!

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-26-2018 11:49 AM
Unfortunately, all version comparisons suffer from that restriction. As you mentioned, since versions are not standardized it makes it hard to create a method that allows you to compare all possible variations.
What I would suggest is create a report that has all your criteria in it. This has the added bonus that you can check if the assets are correct and that you won't be deploying on the wrong assets.
If you are only dealing with specific version numbers as your case might be. You can still use the conditions as long as you keep in mind that you are comparing two strings.
What I would suggest is create a report that has all your criteria in it. This has the added bonus that you can check if the assets are correct and that you won't be deploying on the wrong assets.
If you are only dealing with specific version numbers as your case might be. You can still use the conditions as long as you keep in mind that you are comparing two strings.
