Page 1 of 1

Running external EXE after limited execution

Posted: Mon Mar 18, 2013 7:49 am
by Hodahel
Hi,

I'm just trying Enigma if it suit my needs, just asking if it's possible to LAUNCH EXTERNAL PROGRAM, after execution limit is reach?

I want to protect a program with limited execution license for example, 5 execution then will terminate and launch an external program if 5 execution is over...

I tried "Open file if the trial has expired " option but nothings happened or I just missed something?

BR

Re: Running external EXE after limited execution

Posted: Mon Mar 18, 2013 2:41 pm
by Enigma
Hi Hodahel,

No ideas why does it do so, we will try to check it out.

By the way, the best way to implement such functionality would be using Enigma API functions. For example, EP_TrialExecutionsLeft (http://enigmaprotector.com/en/help/manu ... 9514c86ea8) returns the number of executions left in the trial. So using this API you may check when trial expired and run the external exe using own code, that will work for your particular case.

Re: Running external EXE after limited execution

Posted: Tue Mar 19, 2013 7:39 am
by Hodahel
Hope you can ADD this option on the next version... :D

Re: Running external EXE after limited execution

Posted: Tue Mar 19, 2013 7:59 am
by Enigma
Yes, we will check it out, thanks.