1) How can I change the digital code signing of the exe of the updater? I have my own code signing from Verising and I want to use this one.
2) It is posible to change the copyright and these data in the executable file of the updater? If this is posible, how can i do it?
3) I would like to change the wyUpdate name when I compile it. I am saying this: wyUpdate ----------- (long line) that appears down.
6) If one day I decided to update the updater in a update, What will happend?
All of these questions are answered here: How to make a custom version of wyUpdate.
5) If in a specific version I want to erase some files useless for my aplication, it i sable to erase the files the updater?
If you follow the step-by-step walkthrough, and you add all files to wyBuild, then wyBuild will know which files to add, which to remove, and which to patch.
4) I want to execute a hidden update with a timer for downloading new updates, Could I do this way?Process.Start(Application.StartupPath & "\Update.exe", "/quickcheck")
Also I want to know if it is posible to close a file executing in my aplication for updating and once finished throw back again without problems