Wyatt O'Day (Wyatt) has made 7770 posts.
Presumably you’ll release an updated installer with every new version. That’s what that’s for …
Nope, all updates are for all users. No way to slice & dice (yet). You can build your own slice…
I have no idea what that is. Use HTTPS for privacy, and to limit updates, use this: https://wyday.co…
Either way. It doesn’t matter. Licensing and trial data is stored elsewhere. That file is read-onl…
Answer on Oct 31, 2020Activations and trials are similar but completely different systems. Create a trial extension (not a…
Post on Oct 29, 2020can I extend license trials per user/key? Yes, generate a trial extension and send it to the users.…
You can just avoid including the licensing in the installer. Not really necessary. More of a "nice t…
Well, if they all have the destructor as written, then no ... TA_Cleanup(); and TF_Cleanup(); will …
Answer on Oct 28, 2020Always use the latest version. If you're not using the latest versions, do that first. Yes, it matte…
Use UTC times both in the custom license fields and in your app and you’ll avoid this issue.
Nope. TFS requires WMI. WMI is very lightweight. If performance is so tight, consider using a strip…
Oh.... I see what's happening. You're not using TA_BOTH_DLL and there's a bug in the cs file on line…
Post on Oct 26, 2020versGUID = vGUID; This is not in the newest TurboActivate.cs. It sounds like you…
Post on Oct 24, 2020Sounds like you changed the namespace of the TurboActivate.cs in your old version. Use the latest ve…
TurboActivate.h contains all error codes and what they mean.
No problem.
Post on Oct 22, 2020A thousand ways to skin that cat: https://en.m.wikipedia.org/wiki/JSONP These days, easier and safe…
Answer on Oct 22, 2020Does every call to the API require a 'nojsoncallback' to be set? Yes: Callback FunctionIf you j…
The way to avoid the error is have Windows Firewall enabled. That is, don't use 3rd party firewalls.…
Answer on Oct 23, 2020Run it as admin: On Windows, start an "Elevated" command prompt (right click "cmd" in the start men…