- I did not find a manual anywhere. The documentation on your website was not sufficient for me.
We recommend reading the Step-by-step walkthrough -- this will cover everything you need to know about adding automatic updating to your app in an easy to follow format. If you don't read this, then the learning curve for wyBuild is a bit too high to just tinker with it and figure it out. Also, we have a growing set of help articles.
I'm not sure what we could add to make this easier.
- wyUpdate.exe seems to contact your server. Obviously to check for updates. Nothing that bad with it. But I'd prefer to update the updater within the update process.
Yes, this is for self-updates (when wyUpdate needs to update itself). You can specify your own server: see How to make a custom version of wyUpdate.
- Didn't want AutomaticUpdate Component on my main form. I didn't want it coupled to the menu either.
Use the AutomaticUpdaterBackend or wyUpdate as a silent updater.
- wyUpdate-branding all over the update process
You can change the wyUpdate branding in the title bar in wyBuild by going to File -> Properties -> wyUpdate. You can also brand the images. There are a dozen technical reasons why we don't make it easy to replace every instance "wyUpdate" with "X".
- wyUpdate.exe not signed with my key. Yes, it's open source and I managed to built and sign it but I did not understand how this executable integrates into wyBuild. But do I want to do this after each Version Update?
This is explained in the step-by-step walkthrough.