Page 1 of 1

Trail test and Unregister

Posted: Mon Nov 26, 2012 5:47 pm
by ypr
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?

Re: Trail test and Unregister

Posted: Tue Nov 27, 2012 5:04 am
by Enigma
ypr wrote:- I test my protected app in trial mode with executions limits. How can i clear this informations now?
As I said in previous email, this is difficult to make for Windows service, the only manual way is possible.
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.
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?
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.
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.

Re: Trail test and Unregister

Posted: Tue Nov 27, 2012 11:44 am
by ypr
thanks