Hello community. I'm new here (duh) and a beginner at Setup Factory. Anyway....
I've scanned through the threads looking for a possible solution to my issue, but haven't seen what I'm looking for. First I would like to specify a base numeric value and store it (somehow). I would like my install program to read a numeric value from a registry key and store this value. I then wish the installer to examine the stored number. If that number is less than a number than I define somewhere the install aborts with a custom error message. If the number read is greater than a number that I specify the install continues. I have looked at TRUE/FALSE approach, but that doesn't quite fit what I need to happen.
Kind of like something similiar to incremental game patches meant to upgrade from a specific version to another version, but if you are starting off at a lower version other than a specifc value, the installer aborts. My question is a little different as I want to define a base number and then only allow the installer to continue if the value of the registry is equal to or greater than the base number.
Thank you in advance.

