You can store the release information of your application within the license file.
Add a module of the type Counter (3) with the module name Release. Because this module type can not hold a decimal value, you have to map a number (integer) to the actual release number
3050= release 3.05
3060 = release 3.06
3061 = release 3.06 SP1
Now you just have to code, that your exe file runs only, when a specific release number is in the license file –e.g. the program release 3.06 would only start when the module Release has the value 3060. This ensures that a customer can not download the latest release from the Internet and then copy his license file to the installation directory. The new program would not run with the old license file.
Your customer has to use an update program, which sets the value from 3050 to 3060 after successful installation with the command SetVal , token TLI.
Combine this test with an Update Subscription module.
Page url: http://www.helpserver.biz/onlinehelp/lp/easygo/2.7/help2000/index.html?howto_releasenumber.htm