Wyatt O'Dayʼs postsSupport staff

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

ENABLE_NETWORK_ADAPTERS Error Diagnostic ToolAnswered

Post on Nov 10, 2023

There's no access to the file. Rather than screenshot, just provide the logs: Now open a PowerShell…

Post on Nov 8, 2023

Like I said above, if it can't be enabled, then it's broken. That's not surprising for a cheap adapt…

Answer on Nov 8, 2023

The picture you provide literally shows a disabled network adapter. So… enable it. Or remove it an…

Post on Oct 20, 2023

Please follow the FAQ. Linked above multiple times. There doesn't exist a diagnostic tool. Not by u…

Question about Error 17 (TA_E_IN_VM)Answered

Answer on Nov 10, 2023

If TurboActivate says they're in a VM, then they're in a VM. We err on the side of false negatives (…

TurboActivate.dat file not supportAnswered

Answer on Nov 8, 2023

macOS versions of Office sandbox certain files. Windows office might've started doing that. Just put…

Authenticode signatures of TurboActivate.dat with hash?Answered

Answer on Nov 7, 2023

The Windows files are already signed. The macOS files used to be signed. Then Apple changed everyth…

Permission for systa on MacAnswered

Answer on Nov 3, 2023

To user do not do this manually permision in the terminal, can I add this code like this below? Jus…

WyUpdate package generation based on version conditionAnswered

Post on Nov 3, 2023

Disable the “catch-all update” in the project options.

Post on Nov 2, 2023

see the -vs and -ve commandline options. Covered in the article I linked to.

Answer on Oct 26, 2023

do it from the interface (you choose the versions) or the commandline. 

Unable to upload via FTP after the endpoint changed IPsAnswered

Answer on Nov 2, 2023

Likely a DNS propagation issue (incorrect caching, hard-coded hosts files, etc., etc.).

Updates Rollback is workingAnswered

Answer on Oct 31, 2023

Disable the “catch-all” update, and the rollback will remove all files.

Updater Is Not Removing FilesAnswered

Answer on Oct 31, 2023

Yes, it's likely the catch-all update being installed (which doesn't remove files). You can disable …

Preventing the turbofloat client to keep renewing the lease forever.Answered

Answer on Oct 27, 2023

Ultimately this is a user-behavior issue. By default, (for years now), if your software has a lease,…

Icons for offline activation?Answered

Answer on Oct 27, 2023

Hey Richard, We don't have any plans to add “visibility” to whether an activation was online or…

AutomaticUpdater FutureAnswered

Answer on Oct 24, 2023

Use wyUpdate directly from within your app. Call it to silently check for updates, then if updates a…

Limit time for product keys (product keys length)?Answered

Answer on Oct 24, 2023

Yes, this is what custom license fields are for. We even have an example that covers this exact use-…

ExtendTrial() before UseTrial()? Yes.Answered

Answer on Oct 23, 2023

Could you please tell me whether it's always necessary to call functions in the following order -Use…

PromptForProductKey()Answered

Post on Oct 20, 2023

No, you should follow the example. Only when you get to the UseTrial call should you prompt for a pr…