Talk:FindProcDLL plug-in
From NSIS Wiki
Jump to navigationJump to search
Size optimized version seems to be broken, see http://forums.winamp.com/showthread.php?postid=2278516#post2278516
FindProc in Vista.
The old version FindProc doesn't work in Vista while find the programs running as service. Because no permission to call "OpenProcess" with PROCESS_QUERY_INFORMATION. It should use "QueryFullProcessImageName" to get the process's name.
I have changed the source code to support Vista. But I don't known how to post it here nor send to the author.
Windows 7
"172.29.30.75 12:55, 17 February 2011 (UTC)"
FindProc doesn't work in Windows 7. I suppose for the same reason as above. PS the NsProcess plugin does work so use that instead... NsProcess_plugin