Wyatt O'Dayʼs postsSupport staff

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

wyUpdate on Linux

Post on Aug 6, 2012

Even if wyUpdate was C++ based it would still use many many Windows APIs. That is, the algorithms we…

NSIS + wyBuild best practice ?

Post on Aug 6, 2012

If you already had an installer feature it would be really nice Is it possible to create my installe…

Two different Update processes in one application

Post on Aug 6, 2012

1)Can i use one windows form for two applications to run updates from server using two different cli…

Paypal Sandbox testing with free plan (10 activations)

Post on Aug 3, 2012

Yes.

Post on Aug 3, 2012

1) If I sign up for the Solo plan, and I test activation in the Paypal Sandbox 300 times, does that …

Post on Aug 3, 2012

You've got to correct the settings in your PayPal sandbox to automatically accept new payments. See:…

Suggestion

Post on Aug 3, 2012

Ok, we'll implement something like this. We'l add it to wyBuild 2.7

AutoUpdater Update now issue

Post on Aug 2, 2012

There's no event raised if the user clicks Install Now. If we add an event with the ability for you …

Best way to postpone an automatic update?

Post on Aug 2, 2012

Right now there is no way to postpone an update. However the user (or you) have to explicitly start …

Checking for number of activations

Post on Aug 2, 2012

Sorry, I guess I missed this post. To do what you want you'd have to use the LimeLM web API. Specifi…

Registration location

Post on Jul 31, 2012

Arun, your question is unrelated to the original question. But yes, you can update registry values. …

Having problems passing key to wyUpdater

Post on Jul 30, 2012

Try this: Lesson 2 - Variables, Constants and the Assignment Statement

Post on Jul 30, 2012

Sorry, I don't have Inno Setup in front of me right now. You might have to set another variable firs…

Post on Jul 30, 2012

You're passing in "PkeyPage.Values[0]" which Inno Setup interprets literally (that is, it sees it as…

Post on Jul 30, 2012

If you're using our example script, then no, that's not the right value. Use "PkeyPage.Values[0]". A…

Post on Jul 30, 2012

Ok, this means you're not properly passing the product key to wyUpdate. That is, this is a problem w…

Post on Jul 30, 2012

Did you use the %urlargs% variable in the download site? Did you get an error when you passed the pr…

Limiting updates for testers

Post on Jul 30, 2012

Well, a good place to start is the "PHP/limit-updates" folder in the web API pack. Also, see this ar…

AutomaticUpdater exception

Post on Jul 30, 2012

I'll look into reproducing this.

How Should Roll Back perform if After Update Scripts fail?

Post on Jul 30, 2012

Hey Jim, The rollback is limited to files & folders that wyUpdate directly adds, patches, or r…