Detect apps holding my dll and kill them
Posted: Fri Sep 25, 2015 1:42 pm
On uninstall, I would like to detect apps holding on to a particular dll (in my installation directory) and kill them before running uninstall. If I do not do this, I will require a reboot. I can get all the images running my dll by using SysInternal's 'listdll'. 'tasklist' sort of works, but is incomplete in Windows 8. Has anyone else run into this need and figured out how to do it?