Talk:FindProcDLL plug-in
From NSIS Wiki
Size optimized version seems to be broken, see http://forums.winamp.com/showthread.php?postid=2278516#post2278516
[edit] 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.

