Wyatt O'Day (Wyatt) has made 7796 posts.
If the hacker controls the computer there's nothing stopping them from replacing anything on the com…
This is covered in TurboActivate.h: /* If the user activated using offline activation (TA_Activa…
Post on Sep 28, 2017Yep, use TA_IsGenuineEx() without the TA_SKIP_OFFLINE flag. See any one of the examples: https://wyd…
It's for major version upgrades for a single user. If you have multiple users using wyBuild, then bu…
You, the company owner, or one of your employees must deactivate the activation for the customer. Yo…
Click the product version in LimeLM, and then look in the URL bar in your browser.
Post on Sep 27, 2017All web API function are listed here: https://wyday.com/limelm/help/api/ Here's the help article a…
Hey Jonathan, If you call TA_IsGenuineEx() as per the comments in TurboActivate.h, it sets things …
You have a few options: 1. Allow activations within VMs (which then allows verified trials within …
Hey Maher, As you can see TurboActivate uses JNA. So, you can embed the dll and .dat in your jar. …
I don't know what's going on. If you can reproduce this with either GUI version or wyUpdate running …
Post on Sep 23, 2017wyUpdate should either be run with the GUI (default behavior) so that it can prompt the user for ele…
Post on Sep 14, 2017Make your service run as Local System Service. This is covered in the articles. https://wyday.com/…
Not yet. We'll add it to the list of things to be addressed.
You would need to use the Unicode version of NSIS (which is unofficial). My advice, skip NSIS and us…
Not currently. It won't be in the next version either (we're solving the problem in another way -- i…
This is covered a number of places in the forums. Long story short, call ForceCheckForUpdates() from…
Hey Michele, >> "- I see the update window, it will be best if no window is displayed (add t…
Hey Alessandro, >> "If I close the application and reopen it then TA_IsGenuineEx returns TA_…
>> "Is there a way through the static libs to determine whether an activation was online or of…