Wyatt O'Dayʼs postsSupport staff

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

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…

Post on Jul 27, 2012

However is it possible take it a step further and only allow certain pkeys (i.e. the testers) to acc…

AutomaticUpdater exception

Post on Jul 30, 2012

I'll look into reproducing this.

Post on Jul 29, 2012

What version of the AutomaticUpdater are you using? Right click the AutomaticUpdater.dll in your app…

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…

No More Activations

Post on Jul 28, 2012

This isn't a bug. "Activations" really means "allotted activation". So if you have 10 product keys…

Automatic Updater with Access

Post on Jul 27, 2012

I'm not sure I understand. It's exactly as easy as it looks. Put the code in your Windows service wi…

Post on Jul 27, 2012

Ok, it sounds like your HTTP servers are doing something screwy like checking the local Windows user…

Web Interface Requests

Post on Jul 27, 2012

1) We would like to see when trials are activated (online), so we know what customer has started the…

Activate() return code seems wrong for invalid product key

Post on Jul 27, 2012

Sorry, you're absolutely right -- it should return TA_FAIL in all cases (for CheckAndSavePkey() at l…

Post on Jul 26, 2012

No, it's more complicated than that. A good overview of how online activation works is here: How har…

First build questions

Post on Jul 26, 2012

I want to distribute this setup.msi, so do I add it to ver 1.1 and upload again or do I need to crea…