Hi!
I'm automating our build & deployment process and would like to test all the automatically built updates.For that I'm writing a script to install all deployed versions and update them to the last version to prove the correctness of all updates (I am packing them for offline updates) in relationship with the released installers.
The whole process is supposed to be unattended. My Problem: The wyUpdate.exe allows me to check silently for an update and start the update silently (with /skipinfo). But the UI of the updater remains visible after the update process. I do not care for the visualization of the status bar, but at the end of the installation I have confirm the result of the update which does not allow me to run the process unattended. Is there any way to run wyUpdate.exe somehow that it closes itself after successful update (or error)?
Thank you in advance.Felix