Wyatt O'Dayʼs postsSupport staff

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

Mac static linking error

Post on May 5, 2015

Add libstdc++.6.dylib to your app.

How to Major Updates

Post on May 5, 2015

If you want the customers from version 1.x to freely use product keys in 2.x of your app, then don't…

10.9.5 problem

Post on May 5, 2015

It looks like Mac OS X has changed their signing rules again, so in the meantime (until we re-sign t…

How can I change the email that invoices go to?

Post on May 4, 2015

Currently all admins, and all regular users with permission to view credit cards/invoices get the in…

Setting HTTP request user agent for wyUpdate

Post on May 4, 2015

Unfortunately, no the only way to change the user-agent is to modify the wyUpdate source code.

Software Questions

Post on May 1, 2015

Updating the database is best described here.. 2. How the rollback of the update works ? If an up…

Best way to go about dealing with cracked software

Post on Apr 30, 2015

Yes: send DMCA request to the file host(s). Also, send DMCA requests to Google for any pages that li…

Offline deactivation with self-destruct

Post on Apr 29, 2015

The deactivation request still goes through LimeLM servers, and that's where you can control whether…

Post on Apr 29, 2015

Would it be possible to make the offline activation response files self destruct on use? No. For …

Where is Product key saved

Post on Apr 28, 2015

There are a few functions available. IsProductKeyValid() might be the one you're looking for (it see…

Strange issue with Windows 8

Post on Apr 27, 2015

A lot more information is needed. What exactly you're passing to wyUpdate commandline for starters. …

Post on Apr 24, 2015

Well, commandline options always must be properly quoted, so the code you used may or may not work. …

Mass deletion of expired keys

Post on Apr 27, 2015

We need a lot more information to help you. My guess is: You're looking in the wrong version (try c…

Post on Apr 27, 2015

I need to know exactly what is returned to give you useful information (copy & paste the respons…

Post on Apr 24, 2015

The way to do it is to find all the keys that you want to delete (use the advanced search with the c…

Asynchronous calls

Post on Apr 27, 2015

Currently, no. The calls aren't thread-safe, so they must all be called from the same thread. Also, …

User's license won't stay activated

Post on Apr 25, 2015

... and when they re-open TurboActivate.exe are they getting the same error? If not, then you're not…

How to remainingtrialdays in vb.net after activating

Post on Apr 24, 2015

IsDateValid() handles some cases of time-tampering. It will handle more in the future. If you want 1…

Offline deactivation

Post on Apr 24, 2015

>1. Customer runs offline deactivation>2. Customer sends us the request file>3. Customer im…