Licence Protector

How can I test a Release Number?

Hide Navigation Pane

How can I test a Release Number?

Previous topic Next topic  

How can I test a Release Number?

Previous topic Next topic JavaScript is required for the print function Mail us feedback on this topic!  

You can store the release information of your application within the license file in the field version. The field is defined in the project file with AppVersion.

 

The value can be retrieved with the DLL command GetVal, Token VER.

 
 
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. The value can be modified with the command SetVal, Token VER.
 

 

Combine this test with an Update Subscription module.

 

 

Change Version information in the License Generator

 

 

Version information in the License Viewer