Whatever app is invoking wyUpdate can also shut your app down.
When new version available on the server, wyUpdate will pop up a window to let me shut down my app manually. How could I let the app closed with 100% automatic?
Thanks in advance.
Whatever app is invoking wyUpdate can also shut your app down.
The problem is my app is using java, so i just use the cmd command to invoke wyUpdate like:"cmd /c wyUpdate.exe /quickcheck /skipinfo /noerr", then it will pop up a window to tell me that i should kill some *.exe to continue
Whatever app is invoking wyUpdate can also shut your app down.
thank you for reply. the wyUpdate is not invoked by the app but by the cmd command. as mentioned above.
Ok, first check if there are updates available (/quickcheck /justcheck /noerr), and then if there are updates available close your app and run wyUpdate again.