Running external EXE after limited execution

Post here any topics that related to Enigma Protector, its functionality, your misunderstanding, offers to improvements etc etc etc
Post Reply
Hodahel
Posts: 2
Joined: Mon Mar 18, 2013 7:41 am

Running external EXE after limited execution

Post 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
Enigma
Site Admin
Posts: 2945
Joined: Wed Aug 20, 2008 2:24 pm

Re: Running external EXE after limited execution

Post 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.
Hodahel
Posts: 2
Joined: Mon Mar 18, 2013 7:41 am

Re: Running external EXE after limited execution

Post by Hodahel »

Hope you can ADD this option on the next version... :D
Enigma
Site Admin
Posts: 2945
Joined: Wed Aug 20, 2008 2:24 pm

Re: Running external EXE after limited execution

Post by Enigma »

Yes, we will check it out, thanks.
Post Reply