Wyatt O'Dayʼs postsSupport staff

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

Newest Windows Update - Can't Access Server

Post on Jul 25, 2020

Hey Jamal, Much more information is needed. Starting with exact error codes and parameters being pa…

LicenseChest is coming soon

Post on Jul 24, 2020

LicenseChest is coming soon. No hard date. ASAP. Asking when it will be released won’t make it co…

How to update a windows service that runs as Local Service?Answered

Answer on Jul 14, 2020

Its sounds like you're doing things correctly. Attach a debugger to your service and figure out why …

Delete harewareIdSolved

Answer on Jun 25, 2020

You’re switching between talking about product keys and trials. For product keys, call TA_Deactiv…

Virtual Machine Activation - Additional RisksSolved

Post on Jul 24, 2020

All of the consequences of running TurboActivate on a VM are described here and here: https://wyda…

Question about signing updatesSolved

Answer on Jul 23, 2020

Rebuild wyUpdate. Include the client.wyc in your app. All subsequent updates will return signing…

Answer on Jul 23, 2020

Either: https://wyday.com/wybuild/help/commandline.php

Post on Jul 23, 2020

The client.wyc files include the public signing key. If you don't include an updated version of that…

Service not found on computer '.' Error.

Post on Jul 23, 2020

Hard to say. Fix your batch files. Likely the error is telling you exactly what is happening.

Can I use LimeLM in a Windows UWP app?Solved

Answer on Jul 22, 2020

UWP is dead: https://www.thurrott.com/dev/206351/microsoft-confirms-uwp-is-not-the-future-of-windows…

Managing licensesAnswered

Post on Jul 22, 2020

The web API is fairly simple (make an HTTP POST request to the API url with the function you want to…

TurboActivate for macOS ARM64?Solved

Post on Jul 21, 2020

Yes, when production Arm64 macOS machines start shipping well have a fully tested version available.

how to reset successfull update on Client for developementSolved

Post on Jul 17, 2020

I have no idea what you're asking. It sounds like you're testing things locally. So, to "revert" bac…

Post on Jul 16, 2020

Rebuild wyUpdate for the version youre targeting and copy over the client.wyc and wyUpdate.exe

msi need Admin rights to installSolved

Post on Jul 16, 2020

Only use /fromservice when calling from a service. Covered in our documentation.

"silent update" isn't silentAnswered

Answer on Jul 16, 2020

https://wyday.com/wybuild/help/faq.php#silent

Security Issue due to communication with localhost when checking certificateSolved

Post on Jul 16, 2020

Use the latest version of TurboActivate (which only ever communicated over TLS). Currently 4.3.3: ht…

Best practices for creating TurboActivate wrt TA_USER TA_SYSTEM

Post on Jul 15, 2020

Hey Doug, >> "Given that the API has provided this switch are there some situations where tr…

does TurboFloat have any python library?

Post on Jul 13, 2020

Not currently, no. You can use the C API to write a Python wrapper in the meantime. We'll get to wri…

Test system for previous trial usage

Post on Jul 13, 2020

>> "TA_UseTrial() returns success even if the machine is disconnected from the internet. " I…