Wyatt O'Day (Wyatt) has made 7818 posts.
CheckAndSavePKey() does not accept a new product key if IsActivated() returns TA_OK. You must first …
Post on Aug 6, 2015Sure, that's another way to handle it.
Post on Aug 5, 2015// if we still have local activation data then this is an // error resulting from inability to com…
Post on Aug 4, 2015Don't use IsActivated() at all. Just use IsGenuineEx() and use the TA_SKIP_OFFLINE flag like the exa…
Post on Jul 31, 2015I need a lot more information to help you: Before you do anything: are you using the latest version…
The instructions talk about this: Special instructions for WindowsIf your VBA app will be running o…
Post on Aug 5, 2015See: Using TurboActivate with Visual Basic for Applications (VBA) It tells you where to find the exa…
I tried to recreate the issue by turning off WMI services on my computer, but no error message poppe…
Try using the latest version (which is currently here: https://github.com/develersrl/python-turboact…
There currently isn't a function. When we build verified trial into UseTrial(), then you'll just be …
Post on Aug 2, 2015The easiest way to see if a trial has expired it to use the IsDateValid() function which checks if t…
Add all files to every version in wyBuild. Let wyBuild decide which files to patch, which files to i…
If it has a way to call dlls, then yes you can use TurboActivate. Since you'd be writing the code yo…
I'm glad you figured it out. 🙂
Post on Jul 29, 2015After IsGenuineEx() returns TA_FAIL, are you then checking IsActivated() to see if the customer is a…
What's the question? What problem are you having? A lot more information is needed, starting with wh…
Sort of, but don't call ForceCheckForUpdate() like that or else problems will happen. See the articl…
What does you mean it has "expired". What's the exact error code for which function? Is the custom…
What do you mean? You can install either one of them with your app. For example, if the customer has…
You'd have to create a plugin which in turn uses TurboActivate.