Updates software with no human interaction

Hi, I have bought this software and I love it for many reason (I come from the nightmare of ClickOnce) but for my scenario still missing some features that make your online updater software perfect.In my scenario I have thousands of clients that runs a digital signage software 24/24 and no human is in front of computer.I have configured wyupdate to update silently with no human interaction and is working fine but i had to write a batch file to achieve some goals.I request some features useful when you have to update silently programs with no human interaction. - I see the update window, it will be best if no window is displayed (add the cmd switch /hideui)- I have to close programmatically my program before launch the wyupdate command otherwise the updater ask me to close the program. Why this can't be made automatically? If you find the exe running close it! (add the cmd switch /killapp)- After update is installed it will be nice if wyupdate launch the application (add the cmd switch /startapp)-Another nice feature will be the switches /downloadonly and /installonly because if I want schedule the install of the software at 11 PM then I have thousand of clients that download the update at the same time from our server. Instead with these switches I can tell to clients to download the updates during the day at different time but install all at the same time without stressing our download server.

Thanks

Michele Massari

Hey Michele,

>> "- I see the update window, it will be best if no window is displayed (add the cmd switch /hideui)"

You can do that by updating via a Windows Service: https://wyday.com/wybuild/help/faq.php#silent

>> "- I have to close programmatically my program before launch the wyupdate command otherwise the updater ask me to close the program. Why this can't be made automatically? If you find the exe running close it! (add the cmd switch /killapp)"

Because wyUpdate is not destructive. It requires you make the decision of whether you want to kill your app (and all the necessary "shutdown" operations that you need to complete).