Wyatt O'Dayʼs postsSupport staff

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

updating installations with user options

Post on Sep 24, 2012

However it would be MUCH simpler if I could avoid deploying and updating files that are not needed …

WyDay checks automatically when you open the program!

Post on Sep 24, 2012

Exactly. Meaning your app will check every 12 days. Not every day, and certainly not every start of …

Post on Sep 23, 2012

The AutomaticUpdater doesn't check on every start. See the "DaysBetweenChecks" property.

Post on Sep 23, 2012

Set the UpdateType to Automatic.

Post on Sep 23, 2012

The AutomaticUpdater doesn't check on every startup. That would be stupid (and a major waste of your…

Pleblema in "MenuItem" appears not to choose!

Post on Sep 23, 2012

See: AutomaticUpdater tutorial for Windows Forms: Then associate the menu item with the AutomaticUp…

c# IsActivated() and IsGenuine() both returning true when it shouldn't

Post on Sep 22, 2012

Are you saying you're passing a fake product key to CheckAndSavePKey()? Here's probably what you'r…

MSI installer starts after update

Post on Sep 22, 2012

One more related question: my MSI installer created also a File Type link for a particular file exte…

No proxy mode parameters?

Post on Sep 21, 2012

Clear the proxy settings from Internet Explorer and don't set any for wyUpdate. if you can't do that…

How disable Self-update for client.wyc ?

Post on Sep 21, 2012

To self-update wyUpdate.exe (the updater program you include with your app). If you don't want to us…

Post on Sep 21, 2012

The client.wyc doesn't self-update. wyUpdate does. Yes, you can disable self-update by hosting wyUpd…

Offline Activation HTML

Post on Sep 21, 2012

You don't need to run your own server. If you want to put a "self-serve" offline activation form on …

Post on Sep 20, 2012

Sorry, no, you need a server side language to handle some things. You can just use the form mostly a…

Java IsDateValid() functionality

Post on Sep 21, 2012

Does it do a server side check to validate? No, but we do various tests to detect fraud (rolling s…

How to change the icon in the wyUpdate GUI

Post on Sep 21, 2012

Yes, you'll need to change the icon in the source. See: How to make a custom version of wyUpdate.

AutomaticUpdaterWPF Update Fails

Post on Sep 20, 2012

What version of wyUpdate.exe and the AutomaticUpdater.dll are you using? Right click, click properti…

How change updatepath to local folder directory?

Post on Sep 20, 2012

You can't use relative paths. You must use absolute paths.

Post on Sep 20, 2012

No, you have to pass the updatepath to wyUpdate. Either use a batch file or call it directly from yo…