Wyatt O'Dayʼs postsSupport staff

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

How to remainingtrialdays in vb.net after activating

Post on Apr 24, 2015

Well, you use the GetFeatureValue("trial_expired") function. Get the value response and use the Date…

Connecting LM Server

Post on Apr 23, 2015

It depends on the parameters you pass to IsGenuine(). Don't use 0 nDaysBetweenChecks or nGracePeriod…

Deactivation Counter question

Post on Apr 23, 2015

Well, it depends on your business needs. Some customers want to limit how many times their software …

Switching from Bootcamp to VMWare Prompts for Activation

Post on Apr 23, 2015

Hey Joel, Well, even though the customer is using the same Windows partition for both bare-metal a…

IsGenuine returned TA_E_COM in guest user

Post on Apr 23, 2015

TurboActivate works flawlessly on all Admin / non-admin "regular" accounts. However, "Guest" account…

User's license won't stay activated

Post on Apr 23, 2015

My guess is that they are disabling network devices in the Network Management interface (or the devi…

Post on Apr 19, 2015

When IsGenuineEx is called, the return is 3. (A fail) Look in TurboActivate.h. That's where the er…

UseTrial() error code

Post on Apr 23, 2015

Well, again, TurboActivate.h tells you that 15 is 0xF, and 0xF means TA_E_PERMISSION: /* MessageId:…

Post on Apr 16, 2015

Hey Steve, 16 is 0x10 in hex, which if you look in TurboActivate.h you'll see means TA_E_INVALID_F…

.MSI Overwrites My Patch

Post on Apr 21, 2015

Yes: Step 5b: Disable advertised shortcuts (For MSI installers).

Expansion of web API

Post on Apr 21, 2015

The new advanced search is up and available for everyone. 2 of the biggest features are: The abilit…

Search by License Fields in the Web Dashboard

Post on Apr 21, 2015

The new advanced search is up and available for everyone. 2 of the biggest features are: The abilit…

TFS issue with lease on a hosted VM (Windows Server 2008 R2)

Post on Apr 21, 2015

My guess is the customer is cloning the Virtual Machine, and one of the cloned instances with the TF…

Product Version Numbers

Post on Apr 17, 2015

Yes. So long as you use the same TurboActivate.dat & version GUID in your app.

Two trial periods

Post on Apr 17, 2015

Hey Alex, one after it expires. Well, you'll either need to use a trial extension (for unverified…

wyUpdater

Post on Apr 17, 2015

The update window pops up, the update starts and then a messagebox informs me that the process for t…

Post on Apr 17, 2015

Here's an example of how to start a process, wait for it to exit, and then get the exit code: http:/…

Post on Apr 15, 2015

Start here: Walkthrough for your first time using wyBuild. When you get to the integrating into yo…

AutomaticUpdaterBackend & wyUpdate does not work if started from scheduled task

Post on Apr 16, 2015

Result: Logfile is empty. Files was not updated. You can't use /fromservice because you're not run…