On 26/01/2010, at 5:17 AM, Dave Carlton wrote:

> Unique Labeled CD
>   This might work for small quantities but the obvious problem is generating 
> unique license for each CD.  I could leave the CD bundle alone but print the 
> license code on the CD label which would be easier during production. Use a 
> disk duplicator and make a batch of identical CD but print a different label 
> on each one which is fairly easy to do and is how we do it for our other 
> product http://KeyJack.com but I anticipate a much larger production run for 
> PickADisk. 
> 
>   Another problem with this is the requirement for the user to manually enter 
> a key, I know I dislike doing so and would prefer a better solution.

We are using Aquatic Prime, but we don't send the user the license file, we 
generate a random key that consists of English words and a four-digit number, 
like these:

garage-temple-ant-liquid-2585
reason-blinker-eyeliner-ease-5524
garden-work-tenor-sweets-4223
hockey-voyage-lizard-softball-1651

This type of license code is much easier to transcribe than a string of random 
letters and numbers. When the license code is entered, the app connects to our 
server and downloads an Aquatic Prime license file.

In your case, you could pre-generate these random codes, store them on your 
server and print them on the discs. When the user enters the code, your app 
could ask the user for their details (name and email address) and then connect 
to your server, verify the license code and generate and deliver the Aquatic 
Prime file.

--
Rob Keniger



Reply via email to