Regards number of activations

Hi

i created a product and had trial vesion and install it with first 4 activationsi installed in four machines later the client needed for 2 more activationsi changed to 6 activations

is any more manual key activations will affect other machines.

eg after 6 installations client tried in seventh machine.

how can i slove or any solution for this.

is any more manual key activations will affect other machines.

Are you talking about offline activation? Manual activations are limited to the machine they activation request was created on. If you want you can create a script to collect multiple "activation request" files all at once, then submit them to you.

how can i slove or any solution for this.

I'm sorry, I don't understand what you're asking.

Ok i will tell you clear manner, sorry for inconvenience.In Limelm dashboard i had created a product with Standard version and then created product key with five activations.

then gave the product key to clients they installed for five machines through turboactivate license applicationand they had add one more activation in another machine .whether the turboactivate limit the user when reached maximum number of activations?how to make a such a way that , client request activation for another machine.

if they activate another machine what steps we have to do in the dashboard control?

Ok, so your customer has reached the limit of 5 activations and they're requesting more activations. Correct?

To do this, click the version link (e.g. YourApp Standard) in the LimeLM dashboard. You should see the list of product keys. Either click that user's product key in the list or paste the customer's email or product key in the search box. On the product key page click the "Edit" link. From there simply enter the new number of activations in the textbox and click "Save changes".

Does this help?

first thank to you ,user suggestions useful to me. and have some queries..

whether the turbo activate license software itself limit number of activations?or we have to check in the coding part of our application as like our features.

client may try to activate without request to us.

if i changed number of activations in dashboard , whether i have to download turboactivate.dat file and integrating with vb.net application and install new exe in client machines.or when i have to turboactivate.dat file.because first time itself i created setup file with turboactivate.dat and installed in client machine then next time onwards we will update patch through our wybuild autoupdates only.we will not install setup file later.

i had these sort questions over my mind and since i am new to this limelm feature i will like to follow your guidence.

The number of activations allowed for a product key is all handled server-side. For instance, let's say you have a product key with 1 available activation. You give this product key to your customer and they use the TurboActivate wizard to enter the product key and activate.

Later, this customer wants to install your app on his other computer. So he tries to use the same product key, but this time it fails (LimeLM rejects the activation). So he calls you up and purchases another license. You change the product key to 2 activations. He tries the product key again and this time his other computer activates fine.

Does this clarify things?

ya fine thanks a lot..

few more queries

For first time installtion created application with turboactivate.dat file and created a setup.

"when i have to download it again and use turboactivate.dat file in application?"

"when i have to check isgenuine()?"

"Any changes in Dashboard activities what kind of steps followed in the rebuilding application? "

for major change we create new setup and give it to client.

so only i ask when i have to create setup again and when i have to use auto updates?

when i have to download it again and use turboactivate.dat file in application?

You only have to download TurboActivate.dat again when you change one of the following things:

  • Your product name,
  • Your version name,
  • Your Company name.
  • Trial length, or grace period length.
when i have to check isgenuine()?

We recommend you call this function about every 90 days.

Any changes in Dashboard activities what kind of steps followed in the rebuilding application?

I don't understand the question.

so only i ask when i have to create setup again and when i have to use auto updates?

Are you referring to wyBuild? If so, then see the New release workflow.