Talk:FindProcDLL plug-in: Difference between revisions
From NSIS Wiki
Jump to navigationJump to search
No edit summary |
|||
(One intermediate revision by one other user not shown) | |||
Line 1: | Line 1: | ||
Size optimized version seems to be broken, see http://forums.winamp.com/showthread.php?postid=2278516#post2278516 | 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 == | |||
"[[Special:Contributions/172.29.30.75|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... | |||
[http://nsis.sourceforge.net/NsProcess_plugin NsProcess_plugin] |
Latest revision as of 12:55, 17 February 2011
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