I have a Qt based updater application that needs to replace a running process with the new file. On Windows, the updater is failing when the process is running.
Is there a way that I can find a process by name e.g, Firefox.exe and kill it using Qt?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
There’s no API to do this in Qt, which means the only way to do it is using platform specific code.