Wyatt O'Dayʼs postsSupport staff

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

Source Control

Post on Oct 10, 2012

I don't understand. Why are you making the *.wyp file read only? wyBuild respects your decision to m…

Mulitple Projects

Post on Oct 10, 2012

You can name the *.wys file anything you want. You don't need to worry about spaces (not unless the …

Post on Oct 10, 2012

Yes, you need multiple wyserver.wys files alongside your *.wyu files. Those files contain the latest…

basic concept questions

Post on Oct 10, 2012

1. wyUpdate.exe checks for the wyserver.wys file online and updates the software accordingly. But in…

Program update location

Post on Oct 10, 2012

Yes, use the updatepath variable and the -updatepath commandline option for wyUpdate. (Also see -url…

wyUpdate fails (0x0000007b)

Post on Oct 9, 2012

I don't know; you didn't provide enough information. Some questions to answer: Are you using a cust…

Custom wyUpdate question

Post on Oct 9, 2012

I hate to be one of "those" people, but I guess I am having a brain lapse. Now no updates are happen…

Post on Oct 9, 2012

Because wyUpdate is self-updating. See the link I posted above.

Post on Oct 9, 2012

ClientLanguage.cs is where most of the text is.

Post on Oct 9, 2012

Have you replace all instances of "wyUpdate" in wyUpdate? if so, then it sounds like wyUpdate is sel…

Replace TurbleActive.dll with a fake one?

Post on Oct 9, 2012

Hey Chris, Use the static TurboActivate libraries (they're built into your app). Or verify the Tur…

Failed to Update

Post on Oct 9, 2012

We can't reproduce this error -- we never have. If you can tell us how, well be glad to make a prope…

Updates Are Too Large

Post on Oct 9, 2012

First, to see what the problem is, disable the catch-all update. (File -> Properties -> Update…

Conditional COM registration

Post on Oct 9, 2012

Hey Jerome, There are a couple different ways to handle this. The easiest way is to use a separate…

GAC

Post on Oct 9, 2012

Hey Daniel, We'd planned on adding GAC support to wyUpdate but there hadn't been any user demand f…

URL Prerequisites to wyUpdate.exe

Post on Oct 8, 2012

Other than the fact that we would need to recompile the wyUpdate app do you see any other concerns w…

Possible memory leak in static TA VS2010 libs

Post on Oct 8, 2012

It's cleaned up when your app is closed. If you were to use the DLL then the memory would be cleaned…

Post on Oct 8, 2012

No, the amount of memory allocated is negligible even for the slowest computers made last decade. An…

Post on Oct 8, 2012

The memory we allocate *is* used. And it's generally used up until your close your app. The reason w…