TurboActivate Wizard does not give any choicesSolved

I have a situation when user starts TurboActivate.exe and the first thing that appears is "Activation was successful" and no any other options.http://joxi.ru/KAgkBBgc4G16YA

License status is Trial Expired (as seen in an app).

How I would get out of this state and activate the license?

The TurboActivate Wizard is (a) completely optional and (b) very simplistic by design. It's whole purpose is activations. That's it. It never calls TA_IsGenuineEx().

You need to do that in your app. And for cases where TA_IsGenuineEx() returns TA_FAIL but TA_IsActivated() return TA_OK, then you need to show the end-user a prompt that they must reverify with the activation servers. This is covered in every example article and every example code.

Is it possible to deactivate or remove license without connection to activation servers?

Yep, TA_DeactivationRequest()