Wyatt O'Dayʼs postsSupport staff

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

Force a roll back to a previous version.

Post on Oct 2, 2015

No, you have to release a new version in wyBuild. However the new version in wyBuild can just be the…

Error message

Post on Oct 2, 2015

You need to give us a lot more information. Where did this happen? Your app? wyUpdate? The Automatic…

IsGenuine questions

Post on Sep 30, 2015

That would mean that any day that they are connected to the internet the program would give them 10 …

Confirmation screen to close down app on update

Post on Sep 30, 2015

What's the question? wyUpdate needs all processes that will be updated to be closed down. That's jus…

'System.OutOfMemoryException' was thrown.

Post on Sep 30, 2015

More information is needed: 1. At what point does the exception happen? (Patching? Downloading? Ch…

TurboFloat.GetServer throws TurboFloatException("Failed to get the server details")

Post on Sep 30, 2015

TurboFloat.GetServer just gets the address and port that were set using SaveServer. It never contact…

TurboFloat Library - staticSolved

Post on Sep 30, 2015

Yes, TurboFloat Library 4.0 will have static libraries for Windows, Mac, and Linux. No hard release …

Offline Activation

Post on Sep 29, 2015

gr := TurboActivate.IsGenuine(10, 0, true,true); You should always have a grace period. And checki…

Registry removal hangs during update

Post on Sep 28, 2015

Can you make a simple example that can reproduce this -- preferably a wyBuild project with just regi…

Modify PayPal Form

Post on Sep 28, 2015

Any estimate for the 4.0 release btw? No hard date. We're working hard to get it out ASAP.

Post on Sep 28, 2015

No, 4.0 is not coming out tomorrow. What is the simplest way to create a clickable button that has …

location of TurboActivate.exe + .dll

Post on Sep 28, 2015

First, Step-by-step walkthrough says to put all 3 TurboActivate files in "Debug" and "Release" folde…

Post on Sep 25, 2015

1, which "Debug" folder should I put in? Wherever your application is being built to so you can ju…

Unknown amount of keys for one app

Post on Sep 25, 2015

Then the user gets another product that uses the same software with different features. These are ag…

Post on Sep 25, 2015

Well, the better way to things is to create a single product key for the customer and enable / disab…

Check if the someone messed with the system clock

Post on Sep 24, 2015

Use IsDateValid(). That checks a date/time and detects different types of client-side time manipulat…

Command line version -whats the difference between /updatepath and -server

Post on Sep 23, 2015

I just need to find info about what the guid info is all about next lol. What do you mean? The GUI…

Post on Sep 21, 2015

Did you see the page that explains all of the wyUpdate commandline options?: -updatepath="<url&g…

Problems with multiple products

Post on Sep 22, 2015

You have to modify the SendPKeys() function to actually work how you want it to. Or, just use the we…

Delayed Activation & Clearing Settings on Dev Machine

Post on Sep 21, 2015

Is this best implemented using TurboActivate's Trial functionality or is there a better approach to …