Hey Sam,Thanks for the reply. The reason I need this feature is because there is an executable besides the main one in my application's folder that will be running when wyUpdate is run, and I want to avoid the close process dialog.
Heres a little more background: I have a technical requirement that users are always running the most recent version of our application. The executable that I mentioned is a shim whose whole purpose is to silently launch wyUpdate and then ensure the most recent version of our application is installed before finally starting the actual application. If the most recent version isn't installed (due to an update failure, user cancellation, etc.), the application will not be started and the user will informed that the update must occur before they can continue.
As it stands now, wyUpdate detects the running process and requires it to be closed, which of course requires the user to start my shim again to actually get the program to start. To get around this for now, I've created my own version of WyUpdate that explicitly excludes my shim's process; so I've got a double hack going on here (hacky shim + custom version of wyUpdate). It works, but its messy.
What would be great is if there were an option to require users to download an update, and an option to have wyUpdate launch the client application upon completion -- this would eliminate the need for a shim in my case...
Hope this helped explain my need. Thanks again for your help.
-Ben