Version check
I need to check the version of a file I have installed, to decide whether or not the installation should proceed. I have my install write a registry key, and I need to have my install check the registry key, and IF the registry key is greater than the current version of the file, then continue, otherwise abort. I have no idea how to check whether a given value is > or < value.
Thank you so much.