1) Am I correct in thinking that Properties and Registry Search results are held internally as text strings, even if they could validly be treated as numeric?
2) If a Property is compared with a Search result, is a standard text comparison used, so that "A" is less than "B", and "3.15" is less than "3.16", or is it only possible to test for exact identity?
I ask because such a comparison being used as a launch condition in an installer I am writing to do some data file updates seems to be concluding that "3.15" >= "3.16"!