Hello,
i have 2 questions:
- I test my protected app in trial mode with executions limits. How can i clear this informations now?
- I want to autorize my customer to migrate the app from one Pc to another. The problem is if the user make a copy of the license file and unregister my app, He can install it again and run with the copy licensed file on the first pc. Have you a sugestion?
Trail test and Unregister
Re: Trail test and Unregister
As I said in previous email, this is difficult to make for Windows service, the only manual way is possible.ypr wrote:- I test my protected app in trial mode with executions limits. How can i clear this informations now?
The possible workaround for this would be using the option Trial Control - Common - Reset Trial In New Version.
If you change the version number in Enigma Protector and re-protect the file, the trial period will start again.
The suggestion would be only using an online activation. So you will be able to check online, if the license is blocked (in case it is moved to another PC) or no.ypr wrote:- I want to autorize my customer to migrate the app from one Pc to another. The problem is if the user make a copy of the license file and unregister my app, He can install it again and run with the copy licensed file on the first pc. Have you a sugestion?
Or, most simple way, is to make some customized workaround. For example, when customer moves program, you call EP_RegDeleteKey to delete license information, and then create some key in registry, that shows that license had been removed.
On program start, you may check if this key exists in registry, and if it does, you won't check the license and will let customer know that license had been moved.
Also, in the license manager, you may mark the moved registration key as stolen, and it won't work in next protected version.
