Command to install silently

HI,

My requirement is to silently install the patch from wyupdate.exe from commandline. Mean to say without user intervention even for finish also. It should be silent from the user. I have to wait for the process which execute this wyupdate.exe.Note: I have to do this in c++ only

Is there any commandline switch that will do this?

ThanksDinesh

FAQ, How can I completely hide the updater (wyUpdate)?: http://wyday.com/wybuild/help/faq.php#silent

Thanks for your reply.

My requirement is that i even don't want to show any UI to the user. In that case i can call shellexceute with SHOW_HIDE and set "Close wyUpdate on successful update" check box".

But the problem is that in case if patch will fail to apply it will not close automatically and it will wait for close action that we cannot do by SHOW_HIDE.

Is there any solution possible that it can even close on failure automatically?

Thanks Dinesh

No, there's no way to do it. Except if you launch wyUpdate from a Service, as described in the FAQ.