Talk:Processes plug-in

From NSIS Wiki
Revision as of 14:08, 18 March 2011 by 94.25.210.15 (talk)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search

this wasn't working for me on vista x64. all that was needed to fix was to replace the PROCESS_ALL_ACCESS with PROCESS_QUERY_INFORMATION | PROCESS_VM_READ | PROCESS_TERMINATE in the OpenProcess call.

http://nsis.sourceforge.net/mediawiki/images/6/68/Processes-x64fix.zip

- Neither the original plugin nor the fix are working for me on Win 7 x64.