Wyatt O'Day (Wyatt) has made 7796 posts.
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…
// 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…
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…
Post on Jul 28, 2015Hey Andi, wyBuild already supports delivering the .NET 4.0+ version of wyUpdate. See Requirements …
You'd have to create a plugin which in turn uses TurboActivate.
Hey Mike, You're building functionality based on internal layout that has changed in the past (for…