wyUpdate ended before the current update with .NET control

Hello-

I'm getting an "wyUpdate ended before the current update step could be completed." error with the .NET control, but not the app. How do I resolve this error.

Also, my app is a plugin. It's version number contains the version and build like so 7.0.3798.5767. Should I be putting the version and build into wyUpdate, or does it pull the information from the app manifest (our current version is 7.0.11)?

Thx,

Erk. Missed the part about including the wyUpdate and client files with my app - so that works now.

But what about the versioning?

Great app, thanks!

The version numbers are stored in the "client.wyc" file. So when you build wyUpdate the version specified (by default, the newest version of your app) will be embedded in the "client.wyc" file.

[attachment=0]build.wyupdate.version.png[/attachment]

When wyUpdate updates your program it automatically updates the "client.wyc" file with the latest version. However, when you build installers for your newer versions make sure you rebuild wyUpdate for the newest version and include the "wyUpdate.exe" and "client.wyc" with your installer.