Wyatt O'Dayʼs postsSupport staff

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

Confused about the 'Build wyUpdate' buttonAnswered

Answer on Nov 1, 2020

Presumably you’ll release an updated installer with every new version. That’s what that’s for …

specific updateAnswered

Answer on Nov 1, 2020

Nope, all updates are for all users. No way to slice & dice (yet). You can build your own slice…

wyUpdate download with jwt AuthorizationAnswered

Answer on Nov 1, 2020

I have no idea what that is. Use HTTPS for privacy, and to limit updates, use this: https://wyday.co…

trial needs extending on my dev machineAnswered

Post on Oct 31, 2020

Either way. It doesn’t matter. Licensing and trial data is stored elsewhere. That file is read-onl…

Answer on Oct 31, 2020

Activations and trials are similar but completely different systems. Create a trial extension (not a…

Post on Oct 29, 2020

can I extend license trials per user/key? Yes, generate a trial extension and send it to the users.…

License check during installation (NSIS) and every use (Python)Answered

Answer on Oct 30, 2020

You can just avoid including the licensing in the installer. Not really necessary. More of a "nice t…

How to check license in both main exe and service dll?Answered

Answer on Oct 28, 2020

Well, if they all have the destructor as written, then no ... TA_Cleanup(); and TF_Cleanup(); will …

Answer on Oct 28, 2020

Always use the latest version. If you're not using the latest versions, do that first. Yes, it matte…

License times for different time zones?Answered

Answer on Oct 28, 2020

Use UTC times both in the custom license fields and in your app and you’ll avoid this issue.

Turbofloat and WMIAnswered

Answer on Oct 27, 2020

Nope. TFS requires WMI. WMI is very lightweight. If performance is so tight, consider using a strip…

Updated turboactivate and error building nowAnswered

Answer on Oct 26, 2020

Oh.... I see what's happening. You're not using TA_BOTH_DLL and there's a bug in the cs file on line…

Post on Oct 26, 2020

            versGUID = vGUID; This is not in the newest TurboActivate.cs. It sounds like you…

Post on Oct 24, 2020

Sounds like you changed the namespace of the TurboActivate.cs in your old version. Use the latest ve…

Updated TurboActivate, now not working...Answered

Answer on Oct 24, 2020

TurboActivate.h contains all error codes and what they mean.

Malformed response from limelm.pkey.getDetails API callAnswered

Post on Oct 23, 2020

No problem.

Post on Oct 22, 2020

A thousand ways to skin that cat: https://en.m.wikipedia.org/wiki/JSONP These days, easier and safe…

Answer on Oct 22, 2020

Does every call to the API require a 'nojsoncallback' to be set?   Yes: Callback FunctionIf you j…

"CoCreateInstance failed" error.Answered

Post on Oct 23, 2020

The way to avoid the error is have Windows Firewall enabled. That is, don't use 3rd party firewalls.…

Answer on Oct 23, 2020

Run it as admin: On Windows, start an "Elevated" command prompt (right click "cmd" in the start men…