Page 1 of 1

Relative path in file system Question

Posted: Thu Jun 25, 2015 5:28 pm
by mqsymth
Your help file states:
"a relative path where the file with registration data will be placed. If that path does not exist, the Enigma Loader will create the entire folder structure automatically when saving the key."

When the trial period expires the client is sent a key.dat file. How does the Enigma loader create the entire folder structure automatically when I generate the key on my computer to be sent to the user?

Re: Relative path in file system Question

Posted: Wed Jul 01, 2015 10:02 am
by Enigma
No no no, this means something another. Imagine you are sroting the license file in the folder like %DEFAULT FOLDER%/Data/License/license.txt, so this means that when the user enters the key and the protection calls EP_RegSaveKey, the protection will force create all folders "Data/License" and the license file.

In your case, the file is being placed to the folder by the user, so protection does not call EP_RegSaveKey and thus does nothing to save license info.