How to do without the protection of the Name only Hardware ID?
thank in advance for your response!
Id protection
Id protection
You do not have the required permissions to view the files attached to this post.
Re: Id protection
Hi mstevica
I think it is impossible to generate registration keys without entering a name for them.
But you can use a single name for all of customers (but not recommended).
In Registration Dialog Creator, Change the "Name" into "Product Name".
Then imagine your product name is "Enigma Protector", then it will be the same when you are generating keys for customers.
Hope It can Help
I think it is impossible to generate registration keys without entering a name for them.
But you can use a single name for all of customers (but not recommended).
In Registration Dialog Creator, Change the "Name" into "Product Name".
Then imagine your product name is "Enigma Protector", then it will be the same when you are generating keys for customers.
Hope It can Help
You do not have the required permissions to view the files attached to this post.
Re: Id protection
Thanks Majid, good advice so far.
mstevica, just to append Majid's words, you can set property "Visible = False" of registration name field in registration dialog designer. So this field will not be shown to user, but it will exist.
mstevica, just to append Majid's words, you can set property "Visible = False" of registration name field in registration dialog designer. So this field will not be shown to user, but it will exist.
Re: Id protection
Hi Enigma
Am I Wrong?
But I think you have forgotten something, maybe I'm wrong But it is impossible to register the app without entering the name. So if I remove the name field where should I enter the name? If I only copy-paste generated key then It will say me it is incorrectEnigma wrote:you can set property "Visible = False" of registration name field in registration dialog designer. So this field will not be shown to user, but it will exist.
Am I Wrong?
Re: Id protection
Yes Majid, little wrong. Imagine we do not remove the field, we just set it to invisible. But also, we enter some text in it.Majid wrote:But I think you have forgotten something, maybe I'm wrong But it is impossible to register the app without entering the name. So if I remove the name field where should I enter the name? If I only copy-paste generated key then It will say me it is incorrect Am I Wrong?
So when you will register, Enigma will find this field, extract it's text and will think it's text is a registration name.
Re: Id protection
Oh, You did not told any thing about default text in previous reply, But Now I have understood your meaningEnigma wrote:Yes Majid, little wrong. Imagine we do not remove the field, we just set it to invisible. But also, we enter some text in it. So when you will register, Enigma will find this field, extract it's text and will think it's text is a registration name.
So let me write a step by step Guide:
1- Open Registration Dialog Designer.
2- Select Name Label (it should be Label1), and in Object Inspector set the visible value to "False".
3- Select Name's Text field (it should be Edit2), and in object inspector in its text field write the name you want. let's say the name is Enigma. Then set the visible value to "False".
4- Save the form. (you can change it a little more, for example make it smaller etc, because name field is not visible now).
5- Now while you're using keygen, enter "Enigma" as the name and generate keys. then only send the generated key to your customer. No need to send the name
Hope you know how to ignore name (which is not recommended) NOW
Re: Id protection
Thanks Majid, exactly 
