Wyatt O'Day (Wyatt) has made 7771 posts.
Run the installer in the Inno Setup debugger. What is the actual return code? Is the function actual…
Post on Jul 24, 2015Well, if you look at the code you'll see that if the Deactivation fails then it just continues on li…
Much more information is needed. Can you reproduce the crash? What exactly reproduces the crash --…
(I think you said these are valid for 48 hours?) It depends on what you set the expiration date to…
As we've talked about in other forum posts, you need to give full permissions (all the permissions) …
Post on Jul 22, 2015If wyUpdate is sitting inside of that C:\User\public folder, and your files are in "Your program's f…
v4 has been mentioned a few times over the past few months (especially in regard to improved support…
You should handle TA_E_INET as a warning. From the documentation (and the example app): Returns:…
It should tell you which file it's currently executing. That'll give you a clue as to what's going w…
Try using TA_SYSTEM when calling CheckAndSavePKey(). Also, make sure you run CheckAndSavePKey() with…
Post on Jul 10, 2015Is this related to the deactivation issue? Or is this a new questions. If this is a new question the…
Post on Jul 10, 2015You've limited the number of deactivations for the product key. So increase the limit. From TurboAct…
Use the web API you can already do this. We'll add the ability to the LimeLM UI once we expose tag…
1. Does IsActivated() only return false if the key was revoked or if the activation file is not on t…
Is it mandatory to include all files starting with every new update? Yes, let wyBuild compare the …
So, can I call the IsGenuineEx() as many times as I want since it won't hammer the user's network un…
Shortly after VS 2015 is released as a public stable version.
I don't understand why you don't just alter the data inside LimeLM? Is the multi-key editing confusi…
#1: activity method=limelm.pkey.activity&version_id=1437&start=2013-12-01+00%3a00%3a00&…
If this is your code: STRTYPE key; hr = IsActivated(TA_GUID); if (hr == TA_OK) { hr = GetPKey…