Wyatt O'Dayʼs postsSupport staff

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

CheckAndSavePKey returns error code 1

Post on Jul 29, 2015

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

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.

Post on Jul 27, 2015

We've merged the 2 account and removed the ekirsh99 username. Sorry it took so long -- everything ha…

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…

WyUpdate and Unity

Post on Jul 27, 2015

Unity is not a typical Windows Forms or WPF app, and thus you'd either have to use the AutomaticUpda…

Inno Setup - Does not call deactivate during uninstall:

Post on Jul 27, 2015

If it's too complicated, I could have a messagebox asking that the user deactivate prior to install …

Post on Jul 27, 2015

When I run the uninstaller via inno setup, I get an exit code of 0. I'm not talking about the exit…

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…

Change Ftp Host

Post on Jul 27, 2015

You need to change the download site in wyBuild, rebuild wyUpdate, and then include the new client.w…

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…