Sam ʼs postsSupport staff

Sam (Sam) has made 3126 posts.

Update not working automatically

Post on Dec 5, 2013

Many, many different ways. Look in your code and the properties. Are you using the "wyUpdateComman…

Post on Dec 5, 2013

It sounds like you have another copy of wyUpdate (or the client.wyc file) that has already been upda…

Post on Dec 5, 2013

Just set DaysBetweenChecks to 0 and remove your call to ForceCheckForUpdate.

Post on Dec 5, 2013

the command line are /quickcheck /noerr /skipinfo Don't do that. Those are only for wyUpdate in st…

Post on Dec 4, 2013

So is the auto updater not running when I start the up. The AutomaticUpdater does not check on eve…

Updating wyUpdate.exe to custom build

Post on Dec 3, 2013

Yes.

Post on Dec 3, 2013

You have to include the new client.wyc file in the next update to your application.

Post on Dec 3, 2013

See: How to make a custom version of wyUpdate

Creating many updates

Post on Nov 29, 2013

I'm not quite sure what you're trying to do. If the problem if that you don't want to store your old…

Creating a custom activation interface (like TurboActivate Wizard)Solved

Post on Nov 28, 2013

You can't replace or hide buttons, but you can translate the TurboActivate wizard: https://wyday.com…

Activation History in Dashboard

Post on Nov 25, 2013

Well, we have the activity page, which is basically the web UI version of the limelm.pkey.activity w…

Conditionally overriding the wyBuild upload server location

Post on Nov 21, 2013

wanted to see if there was a way to override the Upload server configuration via commandline or the …

When does COMException happen?

Post on Nov 19, 2013

Very, very few things. Mostly, at this point, using TurboActivate on long unsupported versions of Wi…

TA_E_GUID

Post on Nov 18, 2013

Well, presuming you're always passing the same GUID, then one of a couple things is happening: You,…

calling wyupdate.exe from windows service

Post on Nov 14, 2013

wyUpdate works fine from services. My guess is there's something wrong in your code, or you're refer…

Updates fils

Post on Nov 14, 2013

Hey Gilles, I use wyBuild since more than 2 years now and it's fantastic !!! Thanks, that means a…

Theme changes

Post on Nov 7, 2013

Include the new client.wyc with your update. That's where the theme images are kept.

wyUpdate - AccessViolationException

Post on Nov 6, 2013

We can't reproduce this. If you can put together a reproducible example then we can get to the botto…

Post on Nov 5, 2013

What version of wyUpdate are you using? What version of the AutomaticUpdater are you using?

New .NET Framework on next update

Post on Nov 5, 2013

Create & execute a boostrapper that checks if the .NET 4.0 is installed, and if not download and…