Wyatt O'Dayʼs postsSupport staff

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

Inno Setup - Does not call deactivate during uninstall:

Post on Jul 25, 2015

Run the installer in the Inno Setup debugger. What is the actual return code? Is the function actual…

Post on Jul 24, 2015

Well, if you look at the code you'll see that if the Deactivation fails then it just continues on li…

WyUpdate Crash - help

Post on Jul 24, 2015

Much more information is needed. Can you reproduce the crash? What exactly reproduces the crash --…

offline activation fails

Post on Jul 24, 2015

(I think you said these are valid for 48 hours?) It depends on what you set the expiration date to…

File Destination causing UAC for wyUpdate

Post on Jul 23, 2015

As we've talked about in other forum posts, you need to give full permissions (all the permissions) …

Post on Jul 22, 2015

If wyUpdate is sitting inside of that C:\User\public folder, and your files are in "Your program's f…

TA v4 expected release date

Post on Jul 22, 2015

v4 has been mentioned a few times over the past few months (especially in regard to improved support…

IsGenuineEx returns an eror while is IsActivated doesn't

Post on Jul 21, 2015

You should handle TA_E_INET as a warning. From the documentation (and the example app): Returns:…

wyUpdate hangs on "optimizing and executing files"

Post on Jul 11, 2015

It should tell you which file it's currently executing. That'll give you a clue as to what's going w…

Java TurboActivate.Deactivate() returns 24

Post on Jul 10, 2015

Try using TA_SYSTEM when calling CheckAndSavePKey(). Also, make sure you run CheckAndSavePKey() with…

Post on Jul 10, 2015

Is this related to the deactivation issue? Or is this a new questions. If this is a new question the…

Post on Jul 10, 2015

You've limited the number of deactivations for the product key. So increase the limit. From TurboAct…

Advanced Search by Tag Value

Post on Jul 8, 2015

Use the web API you can already do this. We'll add the ability to the LimeLM UI once we expose tag…

IsGenuine grace period behavior

Post on Jul 7, 2015

1. Does IsActivated() only return false if the key was revoked or if the activation file is not on t…

First test

Post on Jul 7, 2015

Is it mandatory to include all files starting with every new update? Yes, let wyBuild compare the …

Calling IsGenuineEx() as many times as we want?

Post on Jul 1, 2015

So, can I call the IsGenuineEx() as many times as I want since it won't hammer the user's network un…

Visual Studio 2015 static libraries

Post on Jun 29, 2015

Shortly after VS 2015 is released as a public stable version.

Managing 250 licenses with multiple feature keys

Post on Jun 29, 2015

I don't understand why you don't just alter the data inside LimeLM? Is the multi-key editing confusi…

limelm.pkey.activity and limelm.pkey.getDetails

Post on Jun 29, 2015

#1: activity method=limelm.pkey.activity&version_id=1437&start=2013-12-01+00%3a00%3a00&…

Error 14 on OSX

Post on Jun 28, 2015

If this is your code: STRTYPE key; hr = IsActivated(TA_GUID); if (hr == TA_OK) { hr = GetPKey…