Wyatt O'Day (Wyatt) has made 7771 posts.
Hey Paul, Has anyone seen this error before ? No, any chance we can remotely debug on this user's…
Ok, first check if there are updates available (/quickcheck /justcheck /noerr), and then if there ar…
Post on Aug 22, 2013Whatever app is invoking wyUpdate can also shut your app down.
Services don't show UI.
Post on Aug 22, 2013Are you running wyUpdate from a service? If not, then that's why the UI is showing. /fromservice sho…
I know wyUpdate.exe will update itself but what I don't know is, how often it checks for updates. …
If I can't recover my original .wyp file -- and it's starting to look that way -- is there any way I…
Then don't use FTP. Use HTTP or HTTPS. Or, if you insist on using FTP, then create a user that only …
Does that sound right? I'll just tell paypal to use paycheck.php for it's IPN. Yes, but you got to…
Post on Aug 19, 2013Can I easily remove that form? Yes. Change the settings in PaymentSetting.php/cs/vb (depending on…
Post on Aug 18, 2013See: Automate license generation with PayPal. It's all pre-written, you just change a few configurat…
Right now wyBuild doesn't do that. Your best option would be to stop the service using wyBuild's fun…
If the user deactivates the key then they lose the ability to use the product immediately. If you re…
Post on Aug 16, 2013No, TurboActivate can't be used for general "use tracking". Also, IsGenuine() should not be run on e…
Yes, absolutely. We'll also make the product key a clickable link.
Yes, run wyUpdate from a dummy Windows Service and the UI will be completely hidden. This is covered…
Post on Aug 14, 2013The best thing to do is go through the step-by-step walkthrough. Since you want to do synchronous ch…
However, I would like to provide offline updates for any application version with a single catch-all…
The error is telling you exactly what is wrong. Call to undefined function SetPKeyDetails() in /Lib…
This is wrong: while (!proc.HasExited){System.Threading.Thread.Sleep(50);} Just use this: proc.W…