Question about automatically generating keys
Hello and sorry if this has been addressed before, but I would like to know if Install Creator allows me to have some kind of utility as a web developer to automatically generate registration keys that works for install creator. For example, the visitor pays for a game, and I want to generate the registration keys automatically.
If this possible and how? Thanks!
Re: Question about automatically generating keys
Quote:
For info there is a semi-solution if you use short serial codes: just generate a list of codes with the Add Group button in the Users dialog box, and then you can extract the serials one by one from the list with a simple routine (or PHP/ASP code if it's online).
Doesn't work with long codes though.
Quote:
The best solution for what you want to do : use the "short codes" option to generate short registration codes (don't use the "only numbers" option), and then build your installer and upload it. Now, use the Add Group button of the user registration tool to generate a list of codes and each time a user purchases your product, send him/her the next registration code in the list. And when the end of the list is reached, generate a new list with the Add Group button again.
Re: Question about automatically generating keys