Wyatt O'Dayʼs postsSupport staff

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

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…

User's license won't stay activated

Post on Apr 19, 2015

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

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…

Post on Apr 14, 2015

Process[] wyUpdateProcesses = Process.GetProcessesByName("wyUpdate"); foreach (var proc in wyUpdat…

UseTrial() error code

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…

TrialDaysRemaining does not return the actual days count

Post on Apr 15, 2015

The unverified trial system is completely separate from activations. The first time you call UseTria…

Post on Apr 14, 2015

I have changed the details about the application in LimeLM.I have saved the changes and re-downloade…

IsGenuineEx() does not return TA_E_INTET when suposed to

Post on Apr 15, 2015

so i can get their values even if the license is expired and non-Genuine. No. m_GenuineOptions.nD…

Post on Apr 14, 2015

TA_E_ACTIVATE means you're not activated. You have to activate first. This is a type of error. The g…

AutomaticUpdater

Post on Apr 14, 2015

Yes. Just leave that property unset.

inconsistent wyupdate behavior

Post on Apr 13, 2015

Some sysadmins claim that the update requires administrative privileges to run. It consists of an ms…

Readonly web api

Post on Apr 10, 2015

The API key for a LimeLM account is limited to whatever permission a customer has. So, to make an AP…

TurboActivate - Linux - PHP application

Post on Apr 10, 2015

Well, really mean using TurboActivate in a PHP application (and not using LimeLM functions from with…