Wyatt O'Day (Wyatt) has made 7771 posts.
Just use TA_USER instead of TA_SYSTEM.
Post on Nov 30, 2017If you use TA_SYSTEM then you need to either run "elevated" or as "sudo". Being an admin account is …
Post on Nov 20, 2017You need to pass in the correct Version GUID too. Also, on macOS, the API is a bit different. It's P…
Post on Nov 19, 2017When you create the TurboActivate() object, the second parameter can be the full path to the TurboAc…
Post on Nov 17, 2017We have a number of customers using TurboActivate in their Unity apps. What exact problem are you ha…
Oh, good eye. Merged your pull request. Thanks for the fix (and the other fixes you've submitted).
Post on Dec 4, 2017It's almost certain that the problem is you're using relative paths (the question you *always* have …
There are no guarantees it will work from a scheduled executable (we haven't tested it). Just use a …
Post on Nov 28, 2017It sounds like you're trying to run wyUpdate without a UI. Only do that from a service and do it lik…
This doesn't happen on Windows I can already tell you that. See this post: https://wyday.com/forum/t…
Post on Dec 4, 2017We'll look into it today.
Post on Nov 24, 2017I tried your example, I can't reproduce this. You have a bug that might be causing the problem: ST…
Hey Maria, This is covered here: https://wyday.com/forum/t/3906/able-to-extend-trial-days-by-chang…
Hey John, In all our code we optimize for the "valid user doing sane things". That means the faste…
If not before Christmas, then early January 2018. But yes, we're close. No hard date.
We have no false positives for the time detection. You need to follow all the instructions: 1. Upd…
>> "1. The debugger Native OS Exceptions options for the non-Windows platforms do not have a "…
There isn't currently a "best practice" for testing updates. It's entirely up to you. The easiest me…
You can already get details about product keys using the limelm.pkey.getDetails function. It will re…
Yes, all of the examples show how to do this. Simply call IsActivated() after IsGenuineEx returns TA…