How can I force an application, say myapp.exe
, to close using C++ on Windows CE from a different application?
The scenario is that I have a previous installation of some software that does not behave properly when upgrading to a new version. I therefore need to kill a process (from the updater) before continuing the update.