Update active processes & relaunch after update

Hi,

I'm using wyUpdate to update my software. wyUpdate is launched manually or scheduled from within my code (like vb shell command).wyUpdate then note me that it needs to close an active process, and after allowing it the update complete.

I would like to:a. make wyUpdate close all active processes automatically without asking.b. re-launching the appfile.exe after the update completes.

I suppose that request 'a' might be possible using some /silent switch, but unfortunatly I couldn't find any way of setting request 'b'... I only found the Update Actions which refers to services (my app is not a service...).

thanks,Yaron

Hey Yaron,

a. make wyUpdate close all active processes automatically without asking.

You should do this within your app. That is, close all processes before you launch wyUpdate.

b. re-launching the appfile.exe after the update completes

This is possible by executing files after your update.

Tell me if this helps.