Wyatt O'Day (Wyatt) has made 7817 posts.
Hey Robin, Yes, we're continually expanding the API. We'll consider adding the ability to iterate …
Just setting the "Start Service" update action should work (even if you've already started the servi…
Hey Aaron, There are a few ways to do this (we'll make this easier in the future). The best way to…
Of course it's not working. TurboActivate.GetPKey() is not a function. GetPKeyID() is, and it return…
Post on Nov 22, 2013Oh, we haven't released the version that contains that function. Just add this to the LimeLM.cs file…
Post on Nov 21, 20131. how to revoke key using c#? From the web API. Specifically, download the Web API pack, then use …
Hey Harry, You need to make the source code of your modifications available somewhere on your webs…
Well, you can activate a product key with a custom license field (like "trial expires"). Then when t…
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, 2013Which part are you confused about. Either you provide an installer that will install the wyUpdate.ex…
There's likely another instance of wyUpdate running in the background, hence the error. Close all in…
Post on Nov 12, 2013The code looks good., What happens when you double click wyUpdate.exe?
Well, wyBuild should warn you if a file doesn't exist (or has been moved). It sounds like you were m…
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, 2013Hey Matt, Is there any way to sandbox users such that they have restricted access to my wyDay accou…
wyUpdate doesn't repair broken installations. Use your installer for that. Also, wyUpdate doesn't to…
Sorry, no you can't target the My Documents folder. You shouldn't be storing configuration files the…
Post on Nov 11, 2013If your app is in the documents folder, then just use the "Your app's folder" in wyBuild. Is that wh…
I also hat to replace typedef LPWSTR STRTYPEtypedef LPCWSTR STRCTYPE by typedef char* STRTYPE…