Wyatt O'Dayʼs postsSupport staff

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

TurboActivate.dll crash - Windows Server 2003

Post on Aug 23, 2013

Hey Paul, Has anyone seen this error before ? No, any chance we can remotely debug on this user's…

how to shut down myApplication(etc app.exe) automatically before updating?

Post on Aug 23, 2013

Ok, first check if there are updates available (/quickcheck /justcheck /noerr), and then if there ar…

Post on Aug 22, 2013

Whatever app is invoking wyUpdate can also shut your app down.

Stop UI from showing...

Post on Aug 23, 2013

Services don't show UI.

Post on Aug 22, 2013

Are you running wyUpdate from a service? If not, then that's why the UI is showing. /fromservice sho…

wyUpdate.exe update itself...

Post on Aug 23, 2013

I know wyUpdate.exe will update itself but what I don't know is, how often it checks for updates. …

lost .wyp file with signing keypair

Post on Aug 22, 2013

If I can't recover my original .wyp file -- and it's starting to look that way -- is there any way I…

wyUpdate issue

Post on Aug 21, 2013

Then don't use FTP. Use HTTP or HTTPS. Or, if you insist on using FTP, then create a user that only …

Simply Paypal integration

Post on Aug 19, 2013

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, 2013

Can I easily remove that form? Yes. Change the settings in PaymentSetting.php/cs/vb (depending on…

Post on Aug 18, 2013

See: Automate license generation with PayPal. It's all pre-written, you just change a few configurat…

Conditional server stop/start

Post on Aug 18, 2013

Right now wyBuild doesn't do that. Your best option would be to stop the service using wyBuild's fun…

Is there a way on the dashboard to know how many times my application trys to check if license is valid.

Post on Aug 16, 2013

If the user deactivates the key then they lose the ability to use the product immediately. If you re…

Post on Aug 16, 2013

No, TurboActivate can't be used for general "use tracking". Also, IsGenuine() should not be run on e…

Account Activity does not show product

Post on Aug 16, 2013

Yes, absolutely. We'll also make the product key a clickable link.

Simulate ClickOnce

Post on Aug 15, 2013

Yes, run wyUpdate from a dummy Windows Service and the UI will be completely hidden. This is covered…

Post on Aug 14, 2013

The best thing to do is go through the step-by-step walkthrough. Since you want to do synchronous ch…

Offline update does not work with an alone catch-all file

Post on Aug 15, 2013

However, I would like to provide offline updates for any application version with a single catch-all…

SetPKeyDetails

Post on Aug 15, 2013

The error is telling you exactly what is wrong. Call to undefined function SetPKeyDetails() in /Lib…

Need Help: Service Update Itself With Start/Stop

Post on Aug 14, 2013

This is wrong: while (!proc.HasExited){System.Threading.Thread.Sleep(50);} Just use this: proc.W…