Jump to content


rscheff

New Members
  • Posts

    2
  • Joined

  • Last visited

  • Days Won

    1

Posts posted by rscheff

  1. Diffenrent to getting the version from a file, if you get a "version" from registry it is not a value type "version" but a value type "string". So you might be able to use the operand "greater than" but not "Between".

    And even "greater than" would not provide you the correct result in some cases. If you compare for example 10.0.0.0 with 9.0.0.0. In this case if you compare 2 values of type "version" 10.0.0.0 will be greater than 9.0.0.0.

    But if you compare these to valöues of type "string" then 9.0.0.0 will be greater than 10.0.0.0.

    so remind...Even if it looks like a version it is not a version it is a string and the operand "between" will not work.

    In your case I would prefer to switch to the corresponding file and use this in your global condition instead of registry key.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.