command line activationAnswered

For command line product can the product allow activation through command line i.e. without a GUI dialog?

Answer

Yep. Pick your programming language and use the TurboActivate API: https://wyday.com/limelm/help/using-turboactivate/

I am trying to activate my Windows application inside a Windows Docker container, where there is no GUI. How do I go about doing the activation inside the container?

Answer

Hey Fadi,

You asked the same question via email, so I’ll just copy & paste the answer here:

No, the TurboActivate Wizard is just a GUI (and is also completely optional). I'd recommend just adding a commandline switch to your app to let them pass a product key to your app so you can call the appropriate functions (TA_CheckAndSavePKey, TA_Activate) to activate the customer.