Wyatt O'Dayʼs postsSupport staff

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

Expansion of web API

Post on Nov 24, 2013

Hey Robin, Yes, we're continually expanding the API. We'll consider adding the ability to iterate …

Injecting new Custom Actions

Post on Nov 23, 2013

Just setting the "Start Service" update action should work (even if you've already started the servi…

updating to a specific version

Post on Nov 23, 2013

Hey Aaron, There are a few ways to do this (we'll make this easier in the future). The best way to…

Revoke key C#, TurboActivate.IsDateValid()

Post on Nov 22, 2013

Of course it's not working. TurboActivate.GetPKey() is not a function. GetPKeyID() is, and it return…

Post on Nov 22, 2013

Oh, we haven't released the version that contains that function. Just add this to the LimeLM.cs file…

Post on Nov 21, 2013

1. how to revoke key using c#? From the web API. Specifically, download the Web API pack, then use …

Open Source Licensing

Post on Nov 21, 2013

Hey Harry, You need to make the source code of your modifications available somewhere on your webs…

Tracking initial product usage

Post on Nov 21, 2013

Well, you can activate a product key with a custom license field (like "trial expires"). Then when t…

Existing Software Install Base

Post on Nov 18, 2013

You're basically saying that I can put a zip file on a web page that they can go to and download int…

Post on Nov 17, 2013

Which part are you confused about. Either you provide an installer that will install the wyUpdate.ex…

calling wyupdate.exe from windows service

Post on Nov 16, 2013

There's likely another instance of wyUpdate running in the background, hence the error. Close all in…

Post on Nov 12, 2013

The code looks good., What happens when you double click wyUpdate.exe?

Odd new wyBuild exception

Post on Nov 16, 2013

Well, wyBuild should warn you if a file doesn't exist (or has been moved). It sounds like you were m…

Sandboxing users

Post on Nov 15, 2013

These are good ideas and I can see how they can be broadly useful to many of our customers. We'll st…

Post on Nov 13, 2013

Hey Matt, Is there any way to sandbox users such that they have restricted access to my wyDay accou…

Need to know the patch size when Wybuild finds new patch

Post on Nov 13, 2013

wyUpdate doesn't repair broken installations. Use your installer for that. Also, wyUpdate doesn't to…

My Documents folder

Post on Nov 11, 2013

Sorry, no you can't target the My Documents folder. You shouldn't be storing configuration files the…

Post on Nov 11, 2013

If your app is in the documents folder, then just use the "Your app's folder" in wyBuild. Is that wh…

Using TurboActivate with MinGW and QtCreator on Win

Post on Nov 11, 2013

I also hat to replace typedef LPWSTR STRTYPEtypedef LPCWSTR STRCTYPE by typedef char* STRTYPE…