Forum Discussion
DavidZentner
Apr 25, 2022Copper Contributor
Program Uninstalling By Iteself
I've installed a piece of software on my computer. The last 3 weeks the software has been susccessfully removed each sunday at 1am. I install it again, the next week it's done. I've looked at event l...
IantheoZephyr
Apr 04, 2026Copper Contributor
Use the Process Monitor tool to monitor the msiexec.exe process, filter for the process ID corresponding to the uninstaller, and trace the parent process that triggered the uninstallation.