Wyatt O'Dayʼs postsSupport staff

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

API Post error code 101Answered

Answer on Nov 15, 2020

You’re posting a JSON blob. Our web API neither knows nor cares about JSON input. POST parameters …

Building mod_cspnonce on UnixAnswered

Answer on Jul 10, 2020

Great question, Richard. We've updated the Readme to explain how to do it: https://github.com/wyday/…

In some cases on Windows, activation request XML file does not get written to user's desktop.Answered

Answer on Nov 12, 2020

Would it be that there are NO network adapters so that TA-E-ENABLE-NETWORK-ADAPTERS is returned?  …

TurboActivate for macOS ARM64?Solved

Post on Nov 11, 2020

We don’t develop for pre-production hardware. Never have, never will. The good news is that we al…

ExtractingFailed callback is raised with error "Access to the path is denied"Answered

Answer on Nov 6, 2020

Just use wyUpdate directly. We're dropping support for the AutomaticUpdater in the next version. Ho…

TA Virtual Machine False Positive?Answered

Post on Nov 2, 2020

We don't have such a tool. Use the latest TA, and if it says it's a VM, then it's a VM. Also, VM me…

Answer on Nov 2, 2020

1st, use the latest version before doing anything else. We err on the side of false negative (if ou…

trial needs extending on my dev machineAnswered

Answer on Nov 1, 2020

Use TA_ExtendTrial(). See https://wyday.com/limelm/help/trials/#extend-trial

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.…

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…

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…