The exe file is in the same directory as the wyupdate application. Can wyupdate never close this exe before the update?
My app is under \Program Files\myapp
Under the myapp folder, there are two files open for the service and a file for the interface.
I can stop the service before the update. there is no problem here. However, I could not close my interface application (exe file). Every time it gives me a warning that you must close application.exe. I have to go through the interface in the Wyupdate application. This is how I close the open exe file.
But I did everything automatically with .net. I'm stuck at this stage.
How can I kill this running process?
it depends on your needs. and the programming language you’re using. Google for specifics.
The exe file is in the same directory as the wyupdate application. Can wyupdate never close this exe before the update?
Nope. You close the exe. Or wyUpdate will prompt the user to close it.