Transfer a license using EasyGo
Add a new menu item (e.g. Help, Transfer license) within your application and make the following Source Code modifications.
All screens, which handle the license transfer including error situations can be found here.
At the start of the application
• | Activate the license transfer option using SetRegisterLicTransfer. Set option TransferLicence to true, to transfer the complete file. This command must be used before PrepareAndCheck. |
Command to transfer the license
• | Transfer the license using the command TransferLicence and the main module ID as parameter |
The complete license file is uploaded to the Activation Server and the license file on the local PC is locked.
If the user restarts the application, an online connection would try to reactivate the license - see details License deactivated / reactivate license.
If the user installs the application on PC B, he can activate the product using the same Serial Number / ID he used to activate the product on PC A
A transfer license button could also be added in the License Viewer - see Transfer License button
Tamper detection ensures that no restore of a backup will work.