Wyatt O'Dayʼs postsSupport staff

Wyatt O'Day (Wyatt) has made 7796 posts.

vba example

Post on Aug 6, 2015

The instructions talk about this: Special instructions for WindowsIf your VBA app will be running o…

Post on Aug 5, 2015

See: Using TurboActivate with Visual Basic for Applications (VBA) It tells you where to find the exa…

TurboActivate Error Code 11

Post on Aug 6, 2015

I tried to recreate the issue by turning off WMI services on my computer, but no error message poppe…

License expirtation

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, 2015

Don't use IsActivated() at all. Just use IsGenuineEx() and use the TA_SKIP_OFFLINE flag like the exa…

Post on Jul 31, 2015

I need a lot more information to help you: Before you do anything: are you using the latest version…

Always return False on activation

Post on Aug 3, 2015

Try using the latest version (which is currently here: https://github.com/develersrl/python-turboact…

Verified Trial, show days remaining

Post on Aug 3, 2015

There currently isn't a function. When we build verified trial into UseTrial(), then you'll just be …

Post on Aug 2, 2015

The easiest way to see if a trial has expired it to use the IsDateValid() function which checks if t…

Protect files from wyupdate deletion

Post on Aug 2, 2015

Add all files to every version in wyBuild. Let wyBuild decide which files to patch, which files to i…

BGT (Blastbat Game Toolkit)

Post on Aug 1, 2015

If it has a way to call dlls, then yes you can use TurboActivate. Since you'd be writing the code yo…

CheckAndSavePKey returns error code 1

Post on Jul 31, 2015

I'm glad you figured it out. 🙂

Post on Jul 29, 2015

After IsGenuineEx() returns TA_FAIL, are you then checking IsActivated() to see if the customer is a…

Vistamenu - Adding images through code

Post on Jul 31, 2015

What's the question? What problem are you having? A lot more information is needed, starting with wh…

WyUpdate and Unity

Post on Jul 29, 2015

Sort of, but don't call ForceCheckForUpdate() like that or else problems will happen. See the articl…

Offline activation failing as "expired"

Post on Jul 29, 2015

What does you mean it has "expired". What's the exact error code for which function? Is the custom…

wyUpdate does not work on clean Windows 10

Post on Jul 29, 2015

What do you mean? You can install either one of them with your app. For example, if the customer has…

Post on Jul 28, 2015

Hey Andi, wyBuild already supports delivering the .NET 4.0+ version of wyUpdate. See Requirements …

Combining Existing Accounts

Post on Jul 29, 2015

You'd have to create a plugin which in turn uses TurboActivate.

Activation Data Storage Locations

Post on Jul 28, 2015

Hey Mike, You're building functionality based on internal layout that has changed in the past (for…